Html Css Color HEX #BB770C Dark Goldenrod

📋 copy color: '#BB770C'

red 187 ◦ green 119 ◦ blue 12

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

Shades of Dark Goldenrod #BB770C

Tints of Dark Goldenrod #BB770C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.42%

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

R = 58.81%
G = 37.42%
B = 3.77%

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

#BB770C (or 0xBB770C) is known color: Dark Goldenrod. HEX triplet: BB, 77 and 0C. RGB value is (187,119,12). Sum of RGB (Red+Green+Blue) = 187+119+12=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB770C is #4488F3. Grayscale: #7F7F7F. Windows color (decimal): -4491508 or 817083. OLE color: 817083.

HSL color Cylindrical-coordinate representation of color #BB770C: hue angle of 36.69º 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 #BB770C is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 119 12 -
CMYK 0 0.36 0.94 0.27
HSL 36.69º 0.88% 0.39% -
HSV(B) 36.69º 0.94% 0.73% -
XYZ 27.16 23.78 3.51 -
YUV 127.13 63.03 170.7 -
System Red Green Blue C M Y K H S L
Decimal 187 119 12 0 0.36 0.94 0.27 36.69 0.88 0.39
Hex BB 77 C 0 24 5E 1B 25 58 27
Octal 273 167 14 0 44 136 33 45 130 47
Binary 10111011 1110111 1100 0 100100 1011110 11011 100101 1011000 100111

Color Harmonies of #BB770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB770C

Black with #BB770C

Text Example


Text Example

White with #BB770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB770C; }

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

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

background-color css

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

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

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

border-color css

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

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

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