Html Css Color HEX #BB8305 Dark Goldenrod

📋 copy color: '#BB8305'

red 187 ◦ green 131 ◦ blue 5

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

Shades of Dark Goldenrod #BB8305

Tints of Dark Goldenrod #BB8305

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.56%

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

R = 57.89%
G = 40.56%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB8305 (or 0xBB8305) is known color: Dark Goldenrod. HEX triplet: BB, 83 and 05. RGB value is (187,131,5). Sum of RGB (Red+Green+Blue) = 187+131+5=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8305 is #447CFA. Grayscale: #858585. Windows color (decimal): -4488443 or 361403. OLE color: 361403.

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

Color convert

RGB 187 131 5 -
CMYK 0 0.30 0.97 0.27
HSL 41.54º 0.95% 0.38% -
HSV(B) 41.54º 0.97% 0.73% -
XYZ 28.64 26.81 3.81 -
YUV 133.38 55.55 166.25 -
System Red Green Blue C M Y K H S L
Decimal 187 131 5 0 0.30 0.97 0.27 41.54 0.95 0.38
Hex BB 83 5 0 1E 61 1B 2A 5F 26
Octal 273 203 5 0 36 141 33 52 137 46
Binary 10111011 10000011 101 0 11110 1100001 11011 101010 1011111 100110

Color Harmonies of #BB8305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8305

Black with #BB8305

Text Example


Text Example

White with #BB8305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8305; }

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

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

background-color css

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

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

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

border-color css

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

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

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