#CB8236

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

Shades of Golden Bell #CB8236

Tints of Golden Bell #CB8236

Color information

#CB8236 (or 0xCB8236) is unknown color: approx Golden Bell. HEX triplet: CB, 82 and 36. RGB value is (203,130,54). Sum of RGB (Red+Green+Blue) = 203+130+54=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 54 (21.48% from 255 or 13.95% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8236 is #347DC9. Grayscale: #8F8F8F. Windows color (decimal): -3440074 or 3572427. OLE color: 3572427.

HSL color Cylindrical-coordinate representation of color #CB8236: hue angle of 30.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB8236 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB20313054-
CMYK00.360.730.20
HSL30.6º58.89%50.39%-
HSV(B)30.6º73.4%79.61%-
XYZ33.2828.937.32-
YUV143.1677.68170.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.45%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 54 (21.48% from 255) = 13.95%
R=52.45%
G=33.59%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031305400.360.730.2030.658.8950.39
HexCB823602449141f3b32
Octal3132026604411124377362
Binary1100101110000010110110010010010010011010011111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8236; }

 p { color: rgb(203,130,54); }

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

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

 a { background-color: rgb(203,130,54); }

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

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

 span { border-color: rgb(203,130,54); }

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