Html Css Color HEX #B7820C Dark Goldenrod

📋 copy color: '#B7820C'

red 183 ◦ green 130 ◦ blue 12

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

Shades of Dark Goldenrod #B7820C

Tints of Dark Goldenrod #B7820C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40%

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

R = 56.31%
G = 40%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7820C (or 0xB7820C) is known color: Dark Goldenrod. HEX triplet: B7, 82 and 0C. RGB value is (183,130,12). Sum of RGB (Red+Green+Blue) = 183+130+12=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B7820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7820C is #487DF3. Grayscale: #848484. Windows color (decimal): -4750836 or 819895. OLE color: 819895.

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

Color convert

RGB 183 130 12 -
CMYK 0 0.29 0.93 0.28
HSL 41.4º 0.88% 0.38% -
HSV(B) 41.4º 0.93% 0.72% -
XYZ 27.58 26.06 3.92 -
YUV 132.4 60.06 164.09 -
System Red Green Blue C M Y K H S L
Decimal 183 130 12 0 0.29 0.93 0.28 41.4 0.88 0.38
Hex B7 82 C 0 1D 5D 1C 29 58 26
Octal 267 202 14 0 35 135 34 51 130 46
Binary 10110111 10000010 1100 0 11101 1011101 11100 101001 1011000 100110

Color Harmonies of #B7820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7820C

Black with #B7820C

Text Example


Text Example

White with #B7820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7820C; }

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

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

background-color css

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

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

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

border-color css

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

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

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