Html Css Color HEX #B6AB42 Brass

📋 copy color: '#B6AB42'

red 182 ◦ green 171 ◦ blue 66

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

Shades of Brass #B6AB42

Tints of Brass #B6AB42

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.81%

 BLUE value IS 66 (26.17% from 255) = 15.75%

R = 43.44%
G = 40.81%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B6AB42 (or 0xB6AB42) is known color: Brass. HEX triplet: B6, AB and 42. RGB value is (182,171,66). Sum of RGB (Red+Green+Blue) = 182+171+66=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AB42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AB42 is #4954BD. Grayscale: #A2A2A2. Windows color (decimal): -4805822 or 4369334. OLE color: 4369334.

HSL color Cylindrical-coordinate representation of color #B6AB42: hue angle of 54.31º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B6AB42 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 171 66 -
CMYK 0 0.06 0.64 0.29
HSL 54.31º 0.47% 0.49% -
HSV(B) 54.31º 0.64% 0.71% -
XYZ 34.84 39.46 10.94 -
YUV 162.32 73.64 142.04 -
System Red Green Blue C M Y K H S L
Decimal 182 171 66 0 0.06 0.64 0.29 54.31 0.47 0.49
Hex B6 AB 42 0 6 40 1D 36 2F 31
Octal 266 253 102 0 6 100 35 66 57 61
Binary 10110110 10101011 1000010 0 110 1000000 11101 110110 101111 110001

Color Harmonies of #B6AB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AB42

Black with #B6AB42

Text Example


Text Example

White with #B6AB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AB42; }

 p { color: rgb(182,171,66); }

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

background-color css

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

 a { background-color: rgb(182,171,66); }

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

border-color css

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

 span { border-color: rgb(182,171,66); }

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