Html Css Color HEX #B6AB3C Brass

📋 copy color: '#B6AB3C'

red 182 ◦ green 171 ◦ blue 60

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

Shades of Brass #B6AB3C

Tints of Brass #B6AB3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.53%

R = 44.07%
G = 41.4%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B6AB3C (or 0xB6AB3C) is known color: Brass. HEX triplet: B6, AB and 3C. RGB value is (182,171,60). Sum of RGB (Red+Green+Blue) = 182+171+60=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AB3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AB3C is #4954C3. Grayscale: #A2A2A2. Windows color (decimal): -4805828 or 3976118. OLE color: 3976118.

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

Color convert

RGB 182 171 60 -
CMYK 0 0.06 0.67 0.29
HSL 54.59º 0.5% 0.47% -
HSV(B) 54.59º 0.67% 0.71% -
XYZ 34.67 39.4 10.05 -
YUV 161.64 70.64 142.53 -
System Red Green Blue C M Y K H S L
Decimal 182 171 60 0 0.06 0.67 0.29 54.59 0.5 0.47
Hex B6 AB 3C 0 6 43 1D 37 32 2F
Octal 266 253 74 0 6 103 35 67 62 57
Binary 10110110 10101011 111100 0 110 1000011 11101 110111 110010 101111

Color Harmonies of #B6AB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AB3C

Black with #B6AB3C

Text Example


Text Example

White with #B6AB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AB3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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