Html Css Color HEX #B6841A Dark Goldenrod

📋 copy color: '#B6841A'

red 182 ◦ green 132 ◦ blue 26

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

Shades of Dark Goldenrod #B6841A

Tints of Dark Goldenrod #B6841A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.65%

R = 53.53%
G = 38.82%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B6841A (or 0xB6841A) is known color: Dark Goldenrod. HEX triplet: B6, 84 and 1A. RGB value is (182,132,26). Sum of RGB (Red+Green+Blue) = 182+132+26=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B6841A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6841A is #497BE5. Grayscale: #878787. Windows color (decimal): -4815846 or 1737910. OLE color: 1737910.

HSL color Cylindrical-coordinate representation of color #B6841A: hue angle of 40.77º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B6841A is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 132 26 -
CMYK 0 0.27 0.86 0.29
HSL 40.77º 0.75% 0.41% -
HSV(B) 40.77º 0.86% 0.71% -
XYZ 27.73 26.52 4.64 -
YUV 134.87 66.57 161.62 -
System Red Green Blue C M Y K H S L
Decimal 182 132 26 0 0.27 0.86 0.29 40.77 0.75 0.41
Hex B6 84 1A 0 1B 56 1D 29 4B 29
Octal 266 204 32 0 33 126 35 51 113 51
Binary 10110110 10000100 11010 0 11011 1010110 11101 101001 1001011 101001

Color Harmonies of #B6841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6841A

Black with #B6841A

Text Example


Text Example

White with #B6841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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