#CB7F3B

Color #CB7F3B Golden Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Bell #CB7F3B

Tints of Golden Bell #CB7F3B

Color information

#CB7F3B (or 0xCB7F3B) is unknown color: approx Golden Bell. HEX triplet: CB, 7F and 3B. RGB value is (203,127,59). Sum of RGB (Red+Green+Blue) = 203+127+59=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7F3B is #3480C4. Grayscale: #8E8E8E. Windows color (decimal): -3440837 or 3899339. OLE color: 3899339.

HSL color Cylindrical-coordinate representation of color #CB7F3B: hue angle of 28.33º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB7F3B is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB20312759-
CMYK00.370.710.20
HSL28.33º58.06%51.37%-
HSV(B)28.33º70.94%79.61%-
XYZ33.0128.197.84-
YUV141.9781.18171.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 52.19%
GREEN value IS 127 (50% from 255) = 32.65%
BLUE value IS 59 (23.44% from 255) = 15.17%
R=52.19%
G=32.65%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031275900.370.710.2028.3358.0651.37
HexCB7F3B02547141c3a33
Octal3131777304510724347263
Binary110010111111111111011010010110001111010011100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7F3B; }

 p { color: rgb(203,127,59); }

 H1.HeaderClassName
 {
   color: #CB7F3B;
 }
 .AnyTagClassName
 {
   color: #CB7F3B;
 }
</style>
background-color css

<style>
 a { background-color: #CB7F3B; }

 a { background-color: rgb(203,127,59); }

 div.DivClassName
 {
   background-color: #CB7F3B;
 }
 .BgClassName
 {
   background-color: #CB7F3B;
 }
</style>
border-color css

<style>
 span { border-color: #CB7F3B; }

 span { border-color: rgb(203,127,59); }

 td.TdClassName
 {
   border-color: #CB7F3B;
 }
 .TagClassName
 {
   border-color: #CB7F3B;
 }
</style>