Html Css Color HEX #BB8905 Dark Goldenrod

📋 copy color: '#BB8905'

red 187 ◦ green 137 ◦ blue 5

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

Shades of Dark Goldenrod #BB8905

Tints of Dark Goldenrod #BB8905

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.64%

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

R = 56.84%
G = 41.64%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB8905 (or 0xBB8905) is known color: Dark Goldenrod. HEX triplet: BB, 89 and 05. RGB value is (187,137,5). Sum of RGB (Red+Green+Blue) = 187+137+5=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8905 is #4476FA. Grayscale: #898989. Windows color (decimal): -4486907 or 362939. OLE color: 362939.

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

Color convert

RGB 187 137 5 -
CMYK 0 0.27 0.97 0.27
HSL 43.52º 0.95% 0.38% -
HSV(B) 43.52º 0.97% 0.73% -
XYZ 29.47 28.47 4.09 -
YUV 136.9 53.57 163.73 -
System Red Green Blue C M Y K H S L
Decimal 187 137 5 0 0.27 0.97 0.27 43.52 0.95 0.38
Hex BB 89 5 0 1B 61 1B 2C 5F 26
Octal 273 211 5 0 33 141 33 54 137 46
Binary 10111011 10001001 101 0 11011 1100001 11011 101100 1011111 100110

Color Harmonies of #BB8905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8905

Black with #BB8905

Text Example


Text Example

White with #BB8905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8905; }

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

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

background-color css

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

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

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

border-color css

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

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

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