Html Css Color HEX #C87B37 Golden Bell

📋 copy color: '#C87B37'

red 200 ◦ green 123 ◦ blue 55

#C87B37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Bell #C87B37

Tints of Golden Bell #C87B37

RGB

 RED value IS 200 (78.52% from 255) = 52.91%

 GREEN value IS 123 (48.44% from 255) = 32.54%

 BLUE value IS 55 (21.88% from 255) = 14.55%

R = 52.91%
G = 32.54%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C87B37 (or 0xC87B37) is known color: Golden Bell. HEX triplet: C8, 7B and 37. RGB value is (200,123,55). Sum of RGB (Red+Green+Blue) = 200+123+55=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 55 (21.88% from 255 or 14.55% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87B37 is #3784C8. Grayscale: #8A8A8A. Windows color (decimal): -3638473 or 3636168. OLE color: 3636168.

HSL color Cylindrical-coordinate representation of color #C87B37: hue angle of 28.14º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C87B37 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 123 55 -
CMYK 0 0.38 0.72 0.22
HSL 28.14º 0.57% 0.5% -
HSV(B) 28.14º 0.73% 0.78% -
XYZ 31.59 26.72 7.11 -
YUV 138.27 81.01 172.03 -
System Red Green Blue C M Y K H S L
Decimal 200 123 55 0 0.38 0.72 0.22 28.14 0.57 0.5
Hex C8 7B 37 0 26 48 16 1C 39 32
Octal 310 173 67 0 46 110 26 34 71 62
Binary 11001000 1111011 110111 0 100110 1001000 10110 11100 111001 110010

Color Harmonies of #C87B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87B37

Black with #C87B37

Text Example


Text Example

White with #C87B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87B37; }

 p { color: rgb(200,123,55); }

 H1.HeaderClassName
 {
   color: #C87B37;
 }
 .AnyTagClassName
 {
   color: #C87B37;
 }
</style>

background-color css

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

 a { background-color: rgb(200,123,55); }

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

border-color css

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

 span { border-color: rgb(200,123,55); }

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