Html Css Color HEX #BB9702 Dark Goldenrod

📋 copy color: '#BB9702'

red 187 ◦ green 151 ◦ blue 2

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

Shades of Dark Goldenrod #BB9702

Tints of Dark Goldenrod #BB9702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 55%
G = 44.41%
B = 0.59%

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

#BB9702 (or 0xBB9702) is known color: Dark Goldenrod. HEX triplet: BB, 97 and 02. RGB value is (187,151,2). Sum of RGB (Red+Green+Blue) = 187+151+2=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 151 (59.38% from 255 or 44.41% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9702 is #4468FD. Grayscale: #919191. Windows color (decimal): -4483326 or 169915. OLE color: 169915.

HSL color Cylindrical-coordinate representation of color #BB9702: hue angle of 48.32º degrees, saturation: 0.98, 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 #BB9702 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 151 2 -
CMYK 0 0.19 0.99 0.27
HSL 48.32º 0.98% 0.37% -
HSV(B) 48.32º 0.99% 0.73% -
XYZ 31.57 32.7 4.71 -
YUV 144.78 47.43 158.12 -
System Red Green Blue C M Y K H S L
Decimal 187 151 2 0 0.19 0.99 0.27 48.32 0.98 0.37
Hex BB 97 2 0 13 63 1B 30 62 25
Octal 273 227 2 0 23 143 33 60 142 45
Binary 10111011 10010111 10 0 10011 1100011 11011 110000 1100010 100101

Color Harmonies of #BB9702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9702

Black with #BB9702

Text Example


Text Example

White with #BB9702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9702; }

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

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

background-color css

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

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

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

border-color css

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

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

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