Html Css Color HEX #BB8405 Dark Goldenrod

📋 copy color: '#BB8405'

red 187 ◦ green 132 ◦ blue 5

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

Shades of Dark Goldenrod #BB8405

Tints of Dark Goldenrod #BB8405

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.74%

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

R = 57.72%
G = 40.74%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB8405 (or 0xBB8405) is known color: Dark Goldenrod. HEX triplet: BB, 84 and 05. RGB value is (187,132,5). Sum of RGB (Red+Green+Blue) = 187+132+5=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8405 is #447BFA. Grayscale: #868686. Windows color (decimal): -4488187 or 361659. OLE color: 361659.

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

Color convert

RGB 187 132 5 -
CMYK 0 0.29 0.97 0.27
HSL 41.87º 0.95% 0.38% -
HSV(B) 41.87º 0.97% 0.73% -
XYZ 28.77 27.08 3.85 -
YUV 133.97 55.22 165.83 -
System Red Green Blue C M Y K H S L
Decimal 187 132 5 0 0.29 0.97 0.27 41.87 0.95 0.38
Hex BB 84 5 0 1D 61 1B 2A 5F 26
Octal 273 204 5 0 35 141 33 52 137 46
Binary 10111011 10000100 101 0 11101 1100001 11011 101010 1011111 100110

Color Harmonies of #BB8405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8405

Black with #BB8405

Text Example


Text Example

White with #BB8405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8405; }

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

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

background-color css

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

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

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

border-color css

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

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

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