Html Css Color HEX #B7830C Dark Goldenrod

📋 copy color: '#B7830C'

red 183 ◦ green 131 ◦ blue 12

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

Shades of Dark Goldenrod #B7830C

Tints of Dark Goldenrod #B7830C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.18%

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

R = 56.13%
G = 40.18%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7830C (or 0xB7830C) is known color: Dark Goldenrod. HEX triplet: B7, 83 and 0C. RGB value is (183,131,12). Sum of RGB (Red+Green+Blue) = 183+131+12=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B7830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7830C is #487CF3. Grayscale: #858585. Windows color (decimal): -4750580 or 820151. OLE color: 820151.

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

Color convert

RGB 183 131 12 -
CMYK 0 0.28 0.93 0.28
HSL 41.75º 0.88% 0.38% -
HSV(B) 41.75º 0.93% 0.72% -
XYZ 27.71 26.33 3.97 -
YUV 132.98 59.73 163.68 -
System Red Green Blue C M Y K H S L
Decimal 183 131 12 0 0.28 0.93 0.28 41.75 0.88 0.38
Hex B7 83 C 0 1C 5D 1C 2A 58 26
Octal 267 203 14 0 34 135 34 52 130 46
Binary 10110111 10000011 1100 0 11100 1011101 11100 101010 1011000 100110

Color Harmonies of #B7830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7830C

Black with #B7830C

Text Example


Text Example

White with #B7830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7830C; }

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

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

background-color css

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

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

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

border-color css

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

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

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