Html Css Color HEX #BB801A Dark Goldenrod

📋 copy color: '#BB801A'

red 187 ◦ green 128 ◦ blue 26

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

Shades of Dark Goldenrod #BB801A

Tints of Dark Goldenrod #BB801A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.62%

R = 54.84%
G = 37.54%
B = 7.62%

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

#BB801A (or 0xBB801A) is known color: Dark Goldenrod. HEX triplet: BB, 80 and 1A. RGB value is (187,128,26). Sum of RGB (Red+Green+Blue) = 187+128+26=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB801A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB801A is #447FE5. Grayscale: #868686. Windows color (decimal): -4489190 or 1736891. OLE color: 1736891.

HSL color Cylindrical-coordinate representation of color #BB801A: hue angle of 38.01º degrees, saturation: 0.76, 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 #BB801A is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 128 26 -
CMYK 0 0.32 0.86 0.27
HSL 38.01º 0.76% 0.42% -
HSV(B) 38.01º 0.86% 0.73% -
XYZ 28.4 26.08 4.51 -
YUV 134.01 67.05 165.79 -
System Red Green Blue C M Y K H S L
Decimal 187 128 26 0 0.32 0.86 0.27 38.01 0.76 0.42
Hex BB 80 1A 0 20 56 1B 26 4C 2A
Octal 273 200 32 0 40 126 33 46 114 52
Binary 10111011 10000000 11010 0 100000 1010110 11011 100110 1001100 101010

Color Harmonies of #BB801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB801A

Black with #BB801A

Text Example


Text Example

White with #BB801A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB801A; }

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

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

background-color css

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

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

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

border-color css

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

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

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