Html Css Color HEX #B7910E Dark Goldenrod

📋 copy color: '#B7910E'

red 183 ◦ green 145 ◦ blue 14

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

Shades of Dark Goldenrod #B7910E

Tints of Dark Goldenrod #B7910E

RGB

 RED value IS 183 (71.88% from 255) = 53.51%

 GREEN value IS 145 (57.03% from 255) = 42.4%

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

R = 53.51%
G = 42.4%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7910E (or 0xB7910E) is known color: Dark Goldenrod. HEX triplet: B7, 91 and 0E. RGB value is (183,145,14). Sum of RGB (Red+Green+Blue) = 183+145+14=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B7910E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7910E is #486EF1. Grayscale: #8D8D8D. Windows color (decimal): -4746994 or 954807. OLE color: 954807.

HSL color Cylindrical-coordinate representation of color #B7910E: hue angle of 46.51º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7910E is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 145 14 -
CMYK 0 0.21 0.92 0.28
HSL 46.51º 0.86% 0.39% -
HSV(B) 46.51º 0.92% 0.72% -
XYZ 29.73 30.35 4.71 -
YUV 141.43 56.09 157.65 -
System Red Green Blue C M Y K H S L
Decimal 183 145 14 0 0.21 0.92 0.28 46.51 0.86 0.39
Hex B7 91 E 0 15 5C 1C 2F 56 27
Octal 267 221 16 0 25 134 34 57 126 47
Binary 10110111 10010001 1110 0 10101 1011100 11100 101111 1010110 100111

Color Harmonies of #B7910E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7910E

Black with #B7910E

Text Example


Text Example

White with #B7910E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7910E; }

 p { color: rgb(183,145,14); }

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

background-color css

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

 a { background-color: rgb(183,145,14); }

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

border-color css

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

 span { border-color: rgb(183,145,14); }

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