Html Css Color HEX #BB9305 Dark Goldenrod

📋 copy color: '#BB9305'

red 187 ◦ green 147 ◦ blue 5

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

Shades of Dark Goldenrod #BB9305

Tints of Dark Goldenrod #BB9305

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.36%

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

R = 55.16%
G = 43.36%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB9305 (or 0xBB9305) is known color: Dark Goldenrod. HEX triplet: BB, 93 and 05. RGB value is (187,147,5). Sum of RGB (Red+Green+Blue) = 187+147+5=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9305 is #446CFA. Grayscale: #8F8F8F. Windows color (decimal): -4484347 or 365499. OLE color: 365499.

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

Color convert

RGB 187 147 5 -
CMYK 0 0.21 0.97 0.27
HSL 46.81º 0.95% 0.38% -
HSV(B) 46.81º 0.97% 0.73% -
XYZ 30.95 31.44 4.58 -
YUV 142.77 50.25 159.55 -
System Red Green Blue C M Y K H S L
Decimal 187 147 5 0 0.21 0.97 0.27 46.81 0.95 0.38
Hex BB 93 5 0 15 61 1B 2F 5F 26
Octal 273 223 5 0 25 141 33 57 137 46
Binary 10111011 10010011 101 0 10101 1100001 11011 101111 1011111 100110

Color Harmonies of #BB9305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9305

Black with #BB9305

Text Example


Text Example

White with #BB9305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9305; }

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

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

background-color css

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

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

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

border-color css

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

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

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