Html Css Color HEX #BB700E Dark Goldenrod

📋 copy color: '#BB700E'

red 187 ◦ green 112 ◦ blue 14

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

Shades of Dark Goldenrod #BB700E

Tints of Dark Goldenrod #BB700E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.78%

 BLUE value IS 14 (5.86% from 255) = 4.47%

R = 59.74%
G = 35.78%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB700E (or 0xBB700E) is known color: Dark Goldenrod. HEX triplet: BB, 70 and 0E. RGB value is (187,112,14). Sum of RGB (Red+Green+Blue) = 187+112+14=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB700E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB700E is #448FF1. Grayscale: #7B7B7B. Windows color (decimal): -4493298 or 946363. OLE color: 946363.

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

Color convert

RGB 187 112 14 -
CMYK 0 0.40 0.93 0.27
HSL 33.99º 0.86% 0.39% -
HSV(B) 33.99º 0.93% 0.73% -
XYZ 26.37 22.18 3.31 -
YUV 123.25 66.35 173.47 -
System Red Green Blue C M Y K H S L
Decimal 187 112 14 0 0.40 0.93 0.27 33.99 0.86 0.39
Hex BB 70 E 0 28 5D 1B 22 56 27
Octal 273 160 16 0 50 135 33 42 126 47
Binary 10111011 1110000 1110 0 101000 1011101 11011 100010 1010110 100111

Color Harmonies of #BB700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB700E

Black with #BB700E

Text Example


Text Example

White with #BB700E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB700E; }

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

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

background-color css

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

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

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

border-color css

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

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

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