Html Css Color HEX #BB700B Dark Goldenrod

📋 copy color: '#BB700B'

red 187 ◦ green 112 ◦ blue 11

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

Shades of Dark Goldenrod #BB700B

Tints of Dark Goldenrod #BB700B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.13%

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

R = 60.32%
G = 36.13%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB700B (or 0xBB700B) is known color: Dark Goldenrod. HEX triplet: BB, 70 and 0B. RGB value is (187,112,11). Sum of RGB (Red+Green+Blue) = 187+112+11=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB700B is #448FF4. Grayscale: #7B7B7B. Windows color (decimal): -4493301 or 749755. OLE color: 749755.

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

Color convert

RGB 187 112 11 -
CMYK 0 0.40 0.94 0.27
HSL 34.43º 0.89% 0.39% -
HSV(B) 34.43º 0.94% 0.73% -
XYZ 26.35 22.18 3.21 -
YUV 122.91 64.85 173.71 -
System Red Green Blue C M Y K H S L
Decimal 187 112 11 0 0.40 0.94 0.27 34.43 0.89 0.39
Hex BB 70 B 0 28 5E 1B 22 59 27
Octal 273 160 13 0 50 136 33 42 131 47
Binary 10111011 1110000 1011 0 101000 1011110 11011 100010 1011001 100111

Color Harmonies of #BB700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB700B

Black with #BB700B

Text Example


Text Example

White with #BB700B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB700B; }

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

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

background-color css

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

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

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

border-color css

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

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

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