Html Css Color HEX #B9750C Dark Goldenrod

📋 copy color: '#B9750C'

red 185 ◦ green 117 ◦ blue 12

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

Shades of Dark Goldenrod #B9750C

Tints of Dark Goldenrod #B9750C

RGB

 RED value IS 185 (72.66% from 255) = 58.92%

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

 BLUE value IS 12 (5.08% from 255) = 3.82%

R = 58.92%
G = 37.26%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9750C (or 0xB9750C) is known color: Dark Goldenrod. HEX triplet: B9, 75 and 0C. RGB value is (185,117,12). Sum of RGB (Red+Green+Blue) = 185+117+12=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9750C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9750C is #468AF3. Grayscale: #7D7D7D. Windows color (decimal): -4623092 or 816569. OLE color: 816569.

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

Color convert

RGB 185 117 12 -
CMYK 0 0.37 0.94 0.27
HSL 36.42º 0.88% 0.39% -
HSV(B) 36.42º 0.94% 0.73% -
XYZ 26.44 23.06 3.41 -
YUV 125.36 64.03 170.54 -
System Red Green Blue C M Y K H S L
Decimal 185 117 12 0 0.37 0.94 0.27 36.42 0.88 0.39
Hex B9 75 C 0 25 5E 1B 24 58 27
Octal 271 165 14 0 45 136 33 44 130 47
Binary 10111001 1110101 1100 0 100101 1011110 11011 100100 1011000 100111

Color Harmonies of #B9750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9750C

Black with #B9750C

Text Example


Text Example

White with #B9750C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9750C; }

 p { color: rgb(185,117,12); }

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

background-color css

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

 a { background-color: rgb(185,117,12); }

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

border-color css

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

 span { border-color: rgb(185,117,12); }

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