Html Css Color HEX #BB750E Dark Goldenrod

📋 copy color: '#BB750E'

red 187 ◦ green 117 ◦ blue 14

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

Shades of Dark Goldenrod #BB750E

Tints of Dark Goldenrod #BB750E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.79%

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

R = 58.81%
G = 36.79%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB750E (or 0xBB750E) is known color: Dark Goldenrod. HEX triplet: BB, 75 and 0E. RGB value is (187,117,14). Sum of RGB (Red+Green+Blue) = 187+117+14=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB750E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB750E is #448AF1. Grayscale: #7E7E7E. Windows color (decimal): -4492018 or 947643. OLE color: 947643.

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

Color convert

RGB 187 117 14 -
CMYK 0 0.37 0.93 0.27
HSL 35.72º 0.86% 0.39% -
HSV(B) 35.72º 0.93% 0.73% -
XYZ 26.93 23.32 3.5 -
YUV 126.19 64.69 171.38 -
System Red Green Blue C M Y K H S L
Decimal 187 117 14 0 0.37 0.93 0.27 35.72 0.86 0.39
Hex BB 75 E 0 25 5D 1B 24 56 27
Octal 273 165 16 0 45 135 33 44 126 47
Binary 10111011 1110101 1110 0 100101 1011101 11011 100100 1010110 100111

Color Harmonies of #BB750E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB750E

Black with #BB750E

Text Example


Text Example

White with #BB750E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB750E; }

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

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

background-color css

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

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

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

border-color css

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

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

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