Html Css Color HEX #BB790B Dark Goldenrod

📋 copy color: '#BB790B'

red 187 ◦ green 121 ◦ blue 11

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

Shades of Dark Goldenrod #BB790B

Tints of Dark Goldenrod #BB790B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.45%

R = 58.62%
G = 37.93%
B = 3.45%

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

#BB790B (or 0xBB790B) is known color: Dark Goldenrod. HEX triplet: BB, 79 and 0B. RGB value is (187,121,11). Sum of RGB (Red+Green+Blue) = 187+121+11=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB790B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB790B is #4486F4. Grayscale: #808080. Windows color (decimal): -4490997 or 752059. OLE color: 752059.

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

Color convert

RGB 187 121 11 -
CMYK 0 0.35 0.94 0.27
HSL 37.5º 0.89% 0.39% -
HSV(B) 37.5º 0.94% 0.73% -
XYZ 27.39 24.26 3.56 -
YUV 128.19 61.87 169.94 -
System Red Green Blue C M Y K H S L
Decimal 187 121 11 0 0.35 0.94 0.27 37.5 0.89 0.39
Hex BB 79 B 0 23 5E 1B 26 59 27
Octal 273 171 13 0 43 136 33 46 131 47
Binary 10111011 1111001 1011 0 100011 1011110 11011 100110 1011001 100111

Color Harmonies of #BB790B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB790B

Black with #BB790B

Text Example


Text Example

White with #BB790B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB790B; }

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

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

background-color css

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

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

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

border-color css

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

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

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