Html Css Color HEX #BB700A Dark Goldenrod

📋 copy color: '#BB700A'

red 187 ◦ green 112 ◦ blue 10

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

Shades of Dark Goldenrod #BB700A

Tints of Dark Goldenrod #BB700A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.24%

R = 60.52%
G = 36.25%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB700A (or 0xBB700A) is known color: Dark Goldenrod. HEX triplet: BB, 70 and 0A. RGB value is (187,112,10). Sum of RGB (Red+Green+Blue) = 187+112+10=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB700A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB700A is #448FF5. Grayscale: #7B7B7B. Windows color (decimal): -4493302 or 684219. OLE color: 684219.

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

Color convert

RGB 187 112 10 -
CMYK 0 0.40 0.95 0.27
HSL 34.58º 0.9% 0.39% -
HSV(B) 34.58º 0.95% 0.73% -
XYZ 26.34 22.18 3.18 -
YUV 122.8 64.35 173.79 -
System Red Green Blue C M Y K H S L
Decimal 187 112 10 0 0.40 0.95 0.27 34.58 0.9 0.39
Hex BB 70 A 0 28 5F 1B 23 5A 27
Octal 273 160 12 0 50 137 33 43 132 47
Binary 10111011 1110000 1010 0 101000 1011111 11011 100011 1011010 100111

Color Harmonies of #BB700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB700A

Black with #BB700A

Text Example


Text Example

White with #BB700A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB700A; }

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

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

background-color css

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

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

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

border-color css

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

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

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