Html Css Color HEX #B7950C Dark Goldenrod

📋 copy color: '#B7950C'

red 183 ◦ green 149 ◦ blue 12

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

Shades of Dark Goldenrod #B7950C

Tints of Dark Goldenrod #B7950C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.31%

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

R = 53.2%
G = 43.31%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7950C (or 0xB7950C) is known color: Dark Goldenrod. HEX triplet: B7, 95 and 0C. RGB value is (183,149,12). Sum of RGB (Red+Green+Blue) = 183+149+12=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B7950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7950C is #486AF3. Grayscale: #909090. Windows color (decimal): -4745972 or 824759. OLE color: 824759.

HSL color Cylindrical-coordinate representation of color #B7950C: hue angle of 48.07º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7950C is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 149 12 -
CMYK 0 0.19 0.93 0.28
HSL 48.07º 0.88% 0.38% -
HSV(B) 48.07º 0.93% 0.72% -
XYZ 30.34 31.59 4.85 -
YUV 143.55 53.76 156.14 -
System Red Green Blue C M Y K H S L
Decimal 183 149 12 0 0.19 0.93 0.28 48.07 0.88 0.38
Hex B7 95 C 0 13 5D 1C 30 58 26
Octal 267 225 14 0 23 135 34 60 130 46
Binary 10110111 10010101 1100 0 10011 1011101 11100 110000 1011000 100110

Color Harmonies of #B7950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7950C

Black with #B7950C

Text Example


Text Example

White with #B7950C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7950C; }

 p { color: rgb(183,149,12); }

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

background-color css

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

 a { background-color: rgb(183,149,12); }

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

border-color css

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

 span { border-color: rgb(183,149,12); }

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