#BB7F1A

Color #BB7F1A Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #BB7F1A

Tints of Dark Goldenrod #BB7F1A

Color information

#BB7F1A (or 0xBB7F1A) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 7F and 1A. RGB value is (187,127,26). Sum of RGB (Red+Green+Blue) = 187+127+26=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7F1A is #4480E5. Grayscale: #858585. Windows color (decimal): -4489446 or 1736635. OLE color: 1736635.

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

Color convert

RGB18712726-
CMYK00.320.860.27
HSL37.64º75.59%41.76%-
HSV(B)37.64º86.1%73.33%-
XYZ28.2725.824.47-
YUV133.4367.38166.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55%
GREEN value IS 127 (50% from 255) = 37.35%
BLUE value IS 26 (10.55% from 255) = 7.65%
R=55%
G=37.35%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871272600.320.860.2737.6475.5941.76
HexBB7F1A020561B264c2a
Octal27317732040126334611452
Binary1011101111111111101001000001010110110111001101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7F1A; }

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

 H1.HeaderClassName
 {
   color: #BB7F1A;
 }
 .AnyTagClassName
 {
   color: #BB7F1A;
 }
</style>
background-color css

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

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

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

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

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

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