Html Css Color HEX #B6841B Dark Goldenrod

📋 copy color: '#B6841B'

red 182 ◦ green 132 ◦ blue 27

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

Shades of Dark Goldenrod #B6841B

Tints of Dark Goldenrod #B6841B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.92%

R = 53.37%
G = 38.71%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B6841B (or 0xB6841B) is known color: Dark Goldenrod. HEX triplet: B6, 84 and 1B. RGB value is (182,132,27). Sum of RGB (Red+Green+Blue) = 182+132+27=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B6841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6841B is #497BE4. Grayscale: #878787. Windows color (decimal): -4815845 or 1803446. OLE color: 1803446.

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

Color convert

RGB 182 132 27 -
CMYK 0 0.27 0.85 0.29
HSL 40.65º 0.74% 0.41% -
HSV(B) 40.65º 0.85% 0.71% -
XYZ 27.74 26.53 4.7 -
YUV 134.98 67.07 161.54 -
System Red Green Blue C M Y K H S L
Decimal 182 132 27 0 0.27 0.85 0.29 40.65 0.74 0.41
Hex B6 84 1B 0 1B 55 1D 29 4A 29
Octal 266 204 33 0 33 125 35 51 112 51
Binary 10110110 10000100 11011 0 11011 1010101 11101 101001 1001010 101001

Color Harmonies of #B6841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6841B

Black with #B6841B

Text Example


Text Example

White with #B6841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6841B; }

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

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

background-color css

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

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

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

border-color css

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

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

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