Html Css Color HEX #B68414 Dark Goldenrod

📋 copy color: '#B68414'

red 182 ◦ green 132 ◦ blue 20

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

Shades of Dark Goldenrod #B68414

Tints of Dark Goldenrod #B68414

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.52%

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

R = 54.49%
G = 39.52%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B68414 (or 0xB68414) is known color: Dark Goldenrod. HEX triplet: B6, 84 and 14. RGB value is (182,132,20). Sum of RGB (Red+Green+Blue) = 182+132+20=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B68414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68414 is #497BEB. Grayscale: #868686. Windows color (decimal): -4815852 or 1344694. OLE color: 1344694.

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

Color convert

RGB 182 132 20 -
CMYK 0 0.27 0.89 0.29
HSL 41.48º 0.8% 0.4% -
HSV(B) 41.48º 0.89% 0.71% -
XYZ 27.67 26.5 4.32 -
YUV 134.18 63.57 162.11 -
System Red Green Blue C M Y K H S L
Decimal 182 132 20 0 0.27 0.89 0.29 41.48 0.8 0.4
Hex B6 84 14 0 1B 59 1D 29 50 28
Octal 266 204 24 0 33 131 35 51 120 50
Binary 10110110 10000100 10100 0 11011 1011001 11101 101001 1010000 101000

Color Harmonies of #B68414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68414

Black with #B68414

Text Example


Text Example

White with #B68414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68414; }

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

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

background-color css

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

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

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

border-color css

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

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

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