Html Css Color HEX #B68214 Dark Goldenrod

📋 copy color: '#B68214'

red 182 ◦ green 130 ◦ blue 20

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

Shades of Dark Goldenrod #B68214

Tints of Dark Goldenrod #B68214

RGB

 RED value IS 182 (71.48% from 255) = 54.82%

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

 BLUE value IS 20 (8.2% from 255) = 6.02%

R = 54.82%
G = 39.16%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B68214 (or 0xB68214) is known color: Dark Goldenrod. HEX triplet: B6, 82 and 14. RGB value is (182,130,20). Sum of RGB (Red+Green+Blue) = 182+130+20=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B68214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68214 is #497DEB. Grayscale: #858585. Windows color (decimal): -4816364 or 1344182. OLE color: 1344182.

HSL color Cylindrical-coordinate representation of color #B68214: hue angle of 40.74º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B68214 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 130 20 -
CMYK 0 0.29 0.89 0.29
HSL 40.74º 0.8% 0.4% -
HSV(B) 40.74º 0.89% 0.71% -
XYZ 27.4 25.96 4.23 -
YUV 133.01 64.23 162.94 -
System Red Green Blue C M Y K H S L
Decimal 182 130 20 0 0.29 0.89 0.29 40.74 0.8 0.4
Hex B6 82 14 0 1D 59 1D 29 50 28
Octal 266 202 24 0 35 131 35 51 120 50
Binary 10110110 10000010 10100 0 11101 1011001 11101 101001 1010000 101000

Color Harmonies of #B68214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68214

Black with #B68214

Text Example


Text Example

White with #B68214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68214; }

 p { color: rgb(182,130,20); }

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

background-color css

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

 a { background-color: rgb(182,130,20); }

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

border-color css

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

 span { border-color: rgb(182,130,20); }

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