Html Css Color HEX #B68314 Dark Goldenrod

📋 copy color: '#B68314'

red 182 ◦ green 131 ◦ blue 20

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

Shades of Dark Goldenrod #B68314

Tints of Dark Goldenrod #B68314

RGB

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

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

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

R = 54.65%
G = 39.34%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B68314 (or 0xB68314) is known color: Dark Goldenrod. HEX triplet: B6, 83 and 14. RGB value is (182,131,20). Sum of RGB (Red+Green+Blue) = 182+131+20=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B68314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68314 is #497CEB. Grayscale: #868686. Windows color (decimal): -4816108 or 1344438. OLE color: 1344438.

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

Color convert

RGB 182 131 20 -
CMYK 0 0.28 0.89 0.29
HSL 41.11º 0.8% 0.4% -
HSV(B) 41.11º 0.89% 0.71% -
XYZ 27.53 26.23 4.27 -
YUV 133.6 63.9 162.53 -
System Red Green Blue C M Y K H S L
Decimal 182 131 20 0 0.28 0.89 0.29 41.11 0.8 0.4
Hex B6 83 14 0 1C 59 1D 29 50 28
Octal 266 203 24 0 34 131 35 51 120 50
Binary 10110110 10000011 10100 0 11100 1011001 11101 101001 1010000 101000

Color Harmonies of #B68314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68314

Black with #B68314

Text Example


Text Example

White with #B68314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68314; }

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

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

background-color css

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

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

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

border-color css

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

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

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