Html Css Color HEX #BB790C Dark Goldenrod

📋 copy color: '#BB790C'

red 187 ◦ green 121 ◦ blue 12

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

Shades of Dark Goldenrod #BB790C

Tints of Dark Goldenrod #BB790C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.81%

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

R = 58.44%
G = 37.81%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB790C (or 0xBB790C) is known color: Dark Goldenrod. HEX triplet: BB, 79 and 0C. RGB value is (187,121,12). Sum of RGB (Red+Green+Blue) = 187+121+12=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB790C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB790C is #4486F3. Grayscale: #808080. Windows color (decimal): -4490996 or 817595. OLE color: 817595.

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

Color convert

RGB 187 121 12 -
CMYK 0 0.35 0.94 0.27
HSL 37.37º 0.88% 0.39% -
HSV(B) 37.37º 0.94% 0.73% -
XYZ 27.4 24.27 3.59 -
YUV 128.31 62.37 169.86 -
System Red Green Blue C M Y K H S L
Decimal 187 121 12 0 0.35 0.94 0.27 37.37 0.88 0.39
Hex BB 79 C 0 23 5E 1B 25 58 27
Octal 273 171 14 0 43 136 33 45 130 47
Binary 10111011 1111001 1100 0 100011 1011110 11011 100101 1011000 100111

Color Harmonies of #BB790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB790C

Black with #BB790C

Text Example


Text Example

White with #BB790C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB790C; }

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

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

background-color css

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

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

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

border-color css

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

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

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