Html Css Color HEX #BB801B Dark Goldenrod

📋 copy color: '#BB801B'

red 187 ◦ green 128 ◦ blue 27

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

Shades of Dark Goldenrod #BB801B

Tints of Dark Goldenrod #BB801B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.43%

 BLUE value IS 27 (10.94% from 255) = 7.89%

R = 54.68%
G = 37.43%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB801B (or 0xBB801B) is known color: Dark Goldenrod. HEX triplet: BB, 80 and 1B. RGB value is (187,128,27). Sum of RGB (Red+Green+Blue) = 187+128+27=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB801B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB801B is #447FE4. Grayscale: #868686. Windows color (decimal): -4489189 or 1802427. OLE color: 1802427.

HSL color Cylindrical-coordinate representation of color #BB801B: hue angle of 37.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB801B is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 128 27 -
CMYK 0 0.32 0.86 0.27
HSL 37.88º 0.75% 0.42% -
HSV(B) 37.88º 0.86% 0.73% -
XYZ 28.41 26.08 4.57 -
YUV 134.13 67.55 165.71 -
System Red Green Blue C M Y K H S L
Decimal 187 128 27 0 0.32 0.86 0.27 37.88 0.75 0.42
Hex BB 80 1B 0 20 56 1B 26 4B 2A
Octal 273 200 33 0 40 126 33 46 113 52
Binary 10111011 10000000 11011 0 100000 1010110 11011 100110 1001011 101010

Color Harmonies of #BB801B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB801B

Black with #BB801B

Text Example


Text Example

White with #BB801B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB801B; }

 p { color: rgb(187,128,27); }

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

background-color css

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

 a { background-color: rgb(187,128,27); }

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

border-color css

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

 span { border-color: rgb(187,128,27); }

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