#BB700B

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

Shades of Dark Goldenrod #BB700B

Tints of Dark Goldenrod #BB700B

Color information

#BB700B (or 0xBB700B) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 70 and 0B. RGB value is (187,112,11). Sum of RGB (Red+Green+Blue) = 187+112+11=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB700B is #448FF4. Grayscale: #7B7B7B. Windows color (decimal): -4493301 or 749755. OLE color: 749755.

HSL color Cylindrical-coordinate representation of color #BB700B: hue angle of 34.43º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB700B is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB18711211-
CMYK00.400.940.27
HSL34.43º88.89%38.82%-
HSV(B)34.43º94.12%73.33%-
XYZ26.3522.183.21-
YUV122.9164.85173.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.32%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 11 (4.69% from 255) = 3.55%
R=60.32%
G=36.13%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871121100.400.940.2734.4388.8938.82
HexBB70B0285E1B225927
Octal27316013050136334213147
Binary101110111110000101101010001011110110111000101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB700B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB700B; }

 p { color: rgb(187,112,11); }

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

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

 a { background-color: rgb(187,112,11); }

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

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

 span { border-color: rgb(187,112,11); }

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