Html Css Color HEX #BB740E Dark Goldenrod

📋 copy color: '#BB740E'

red 187 ◦ green 116 ◦ blue 14

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

Shades of Dark Goldenrod #BB740E

Tints of Dark Goldenrod #BB740E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.59%

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

R = 58.99%
G = 36.59%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB740E (or 0xBB740E) is known color: Dark Goldenrod. HEX triplet: BB, 74 and 0E. RGB value is (187,116,14). Sum of RGB (Red+Green+Blue) = 187+116+14=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB740E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB740E is #448BF1. Grayscale: #7E7E7E. Windows color (decimal): -4492274 or 947387. OLE color: 947387.

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

Color convert

RGB 187 116 14 -
CMYK 0 0.38 0.93 0.27
HSL 35.38º 0.86% 0.39% -
HSV(B) 35.38º 0.93% 0.73% -
XYZ 26.82 23.09 3.46 -
YUV 125.6 65.02 171.79 -
System Red Green Blue C M Y K H S L
Decimal 187 116 14 0 0.38 0.93 0.27 35.38 0.86 0.39
Hex BB 74 E 0 26 5D 1B 23 56 27
Octal 273 164 16 0 46 135 33 43 126 47
Binary 10111011 1110100 1110 0 100110 1011101 11011 100011 1010110 100111

Color Harmonies of #BB740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB740E

Black with #BB740E

Text Example


Text Example

White with #BB740E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB740E; }

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

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

background-color css

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

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

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

border-color css

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

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

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