Html Css Color HEX #B6AB40 Brass

📋 copy color: '#B6AB40'

red 182 ◦ green 171 ◦ blue 64

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

Shades of Brass #B6AB40

Tints of Brass #B6AB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.35%

R = 43.65%
G = 41.01%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B6AB40 (or 0xB6AB40) is known color: Brass. HEX triplet: B6, AB and 40. RGB value is (182,171,64). Sum of RGB (Red+Green+Blue) = 182+171+64=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AB40 is #4954BF. Grayscale: #A2A2A2. Windows color (decimal): -4805824 or 4238262. OLE color: 4238262.

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

Color convert

RGB 182 171 64 -
CMYK 0 0.06 0.65 0.29
HSL 54.41º 0.48% 0.48% -
HSV(B) 54.41º 0.65% 0.71% -
XYZ 34.78 39.44 10.63 -
YUV 162.09 72.64 142.2 -
System Red Green Blue C M Y K H S L
Decimal 182 171 64 0 0.06 0.65 0.29 54.41 0.48 0.48
Hex B6 AB 40 0 6 41 1D 36 30 30
Octal 266 253 100 0 6 101 35 66 60 60
Binary 10110110 10101011 1000000 0 110 1000001 11101 110110 110000 110000

Color Harmonies of #B6AB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AB40

Black with #B6AB40

Text Example


Text Example

White with #B6AB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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