Html Css Color HEX #BB780C Dark Goldenrod

📋 copy color: '#BB780C'

red 187 ◦ green 120 ◦ blue 12

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

Shades of Dark Goldenrod #BB780C

Tints of Dark Goldenrod #BB780C

RGB

 RED value IS 187 (73.44% from 255) = 58.62%

 GREEN value IS 120 (47.27% from 255) = 37.62%

 BLUE value IS 12 (5.08% from 255) = 3.76%

R = 58.62%
G = 37.62%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB780C (or 0xBB780C) is known color: Dark Goldenrod. HEX triplet: BB, 78 and 0C. RGB value is (187,120,12). Sum of RGB (Red+Green+Blue) = 187+120+12=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB780C is #4487F3. Grayscale: #808080. Windows color (decimal): -4491252 or 817339. OLE color: 817339.

HSL color Cylindrical-coordinate representation of color #BB780C: hue angle of 37.03º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB780C is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 120 12 -
CMYK 0 0.36 0.94 0.27
HSL 37.03º 0.88% 0.39% -
HSV(B) 37.03º 0.94% 0.73% -
XYZ 27.28 24.02 3.55 -
YUV 127.72 62.7 170.28 -
System Red Green Blue C M Y K H S L
Decimal 187 120 12 0 0.36 0.94 0.27 37.03 0.88 0.39
Hex BB 78 C 0 24 5E 1B 25 58 27
Octal 273 170 14 0 44 136 33 45 130 47
Binary 10111011 1111000 1100 0 100100 1011110 11011 100101 1011000 100111

Color Harmonies of #BB780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB780C

Black with #BB780C

Text Example


Text Example

White with #BB780C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB780C; }

 p { color: rgb(187,120,12); }

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

background-color css

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

 a { background-color: rgb(187,120,12); }

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

border-color css

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

 span { border-color: rgb(187,120,12); }

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