Html Css Color HEX #BB7005 Dark Goldenrod

📋 copy color: '#BB7005'

red 187 ◦ green 112 ◦ blue 5

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

Shades of Dark Goldenrod #BB7005

Tints of Dark Goldenrod #BB7005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.64%

R = 61.51%
G = 36.84%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB7005 (or 0xBB7005) is known color: Dark Goldenrod. HEX triplet: BB, 70 and 05. RGB value is (187,112,5). Sum of RGB (Red+Green+Blue) = 187+112+5=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7005 is #448FFA. Grayscale: #7A7A7A. Windows color (decimal): -4493307 or 356539. OLE color: 356539.

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

Color convert

RGB 187 112 5 -
CMYK 0 0.40 0.97 0.27
HSL 35.27º 0.95% 0.38% -
HSV(B) 35.27º 0.97% 0.73% -
XYZ 26.32 22.16 3.03 -
YUV 122.23 61.85 174.2 -
System Red Green Blue C M Y K H S L
Decimal 187 112 5 0 0.40 0.97 0.27 35.27 0.95 0.38
Hex BB 70 5 0 28 61 1B 23 5F 26
Octal 273 160 5 0 50 141 33 43 137 46
Binary 10111011 1110000 101 0 101000 1100001 11011 100011 1011111 100110

Color Harmonies of #BB7005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7005

Black with #BB7005

Text Example


Text Example

White with #BB7005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7005; }

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

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

background-color css

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

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

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

border-color css

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

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

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