Html Css Color HEX #BB8A02 Dark Goldenrod

📋 copy color: '#BB8A02'

red 187 ◦ green 138 ◦ blue 2

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

Shades of Dark Goldenrod #BB8A02

Tints of Dark Goldenrod #BB8A02

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.2%

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

R = 57.19%
G = 42.2%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB8A02 (or 0xBB8A02) is known color: Dark Goldenrod. HEX triplet: BB, 8A and 02. RGB value is (187,138,2). Sum of RGB (Red+Green+Blue) = 187+138+2=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8A02 is #4475FD. Grayscale: #898989. Windows color (decimal): -4486654 or 166587. OLE color: 166587.

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

Color convert

RGB 187 138 2 -
CMYK 0 0.26 0.99 0.27
HSL 44.11º 0.98% 0.37% -
HSV(B) 44.11º 0.99% 0.73% -
XYZ 29.59 28.75 4.05 -
YUV 137.15 51.73 163.56 -
System Red Green Blue C M Y K H S L
Decimal 187 138 2 0 0.26 0.99 0.27 44.11 0.98 0.37
Hex BB 8A 2 0 1A 63 1B 2C 62 25
Octal 273 212 2 0 32 143 33 54 142 45
Binary 10111011 10001010 10 0 11010 1100011 11011 101100 1100010 100101

Color Harmonies of #BB8A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8A02

Black with #BB8A02

Text Example


Text Example

White with #BB8A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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