Html Css Color HEX #BB6F05 Dark Goldenrod

📋 copy color: '#BB6F05'

red 187 ◦ green 111 ◦ blue 5

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

Shades of Dark Goldenrod #BB6F05

Tints of Dark Goldenrod #BB6F05

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.63%

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

R = 61.72%
G = 36.63%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB6F05 (or 0xBB6F05) is known color: Dark Goldenrod. HEX triplet: BB, 6F and 05. RGB value is (187,111,5). Sum of RGB (Red+Green+Blue) = 187+111+5=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6F05 is #4490FA. Grayscale: #7A7A7A. Windows color (decimal): -4493563 or 356283. OLE color: 356283.

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

Color convert

RGB 187 111 5 -
CMYK 0 0.41 0.97 0.27
HSL 34.95º 0.95% 0.38% -
HSV(B) 34.95º 0.97% 0.73% -
XYZ 26.21 21.94 3 -
YUV 121.64 62.18 174.62 -
System Red Green Blue C M Y K H S L
Decimal 187 111 5 0 0.41 0.97 0.27 34.95 0.95 0.38
Hex BB 6F 5 0 29 61 1B 23 5F 26
Octal 273 157 5 0 51 141 33 43 137 46
Binary 10111011 1101111 101 0 101001 1100001 11011 100011 1011111 100110

Color Harmonies of #BB6F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6F05

Black with #BB6F05

Text Example


Text Example

White with #BB6F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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