Html Css Color HEX #BB9701 Dark Goldenrod

📋 copy color: '#BB9701'

red 187 ◦ green 151 ◦ blue 1

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

Shades of Dark Goldenrod #BB9701

Tints of Dark Goldenrod #BB9701

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.54%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 55.16%
G = 44.54%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB9701 (or 0xBB9701) is known color: Dark Goldenrod. HEX triplet: BB, 97 and 01. RGB value is (187,151,1). Sum of RGB (Red+Green+Blue) = 187+151+1=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9701 is #4468FE. Grayscale: #919191. Windows color (decimal): -4483327 or 104379. OLE color: 104379.

HSL color Cylindrical-coordinate representation of color #BB9701: hue angle of 48.39º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB9701 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 151 1 -
CMYK 0 0.19 0.99 0.27
HSL 48.39º 0.99% 0.37% -
HSV(B) 48.39º 0.99% 0.73% -
XYZ 31.57 32.7 4.68 -
YUV 144.66 46.93 158.2 -
System Red Green Blue C M Y K H S L
Decimal 187 151 1 0 0.19 0.99 0.27 48.39 0.99 0.37
Hex BB 97 1 0 13 63 1B 30 63 25
Octal 273 227 1 0 23 143 33 60 143 45
Binary 10111011 10010111 1 0 10011 1100011 11011 110000 1100011 100101

Color Harmonies of #BB9701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9701

Black with #BB9701

Text Example


Text Example

White with #BB9701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9701; }

 p { color: rgb(187,151,1); }

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

background-color css

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

 a { background-color: rgb(187,151,1); }

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

border-color css

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

 span { border-color: rgb(187,151,1); }

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