Html Css Color HEX #B2AB42 Brass

📋 copy color: '#B2AB42'

red 178 ◦ green 171 ◦ blue 66

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

Shades of Brass #B2AB42

Tints of Brass #B2AB42

RGB

 RED value IS 178 (69.92% from 255) = 42.89%

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

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

R = 42.89%
G = 41.2%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B2AB42 (or 0xB2AB42) is known color: Brass. HEX triplet: B2, AB and 42. RGB value is (178,171,66). Sum of RGB (Red+Green+Blue) = 178+171+66=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB42 is #4D54BD. Grayscale: #A1A1A1. Windows color (decimal): -5067966 or 4369330. OLE color: 4369330.

HSL color Cylindrical-coordinate representation of color #B2AB42: hue angle of 56.25º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2AB42 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 171 66 -
CMYK 0 0.04 0.63 0.30
HSL 56.25º 0.46% 0.48% -
HSV(B) 56.25º 0.63% 0.7% -
XYZ 33.91 38.98 10.89 -
YUV 161.12 74.32 140.04 -
System Red Green Blue C M Y K H S L
Decimal 178 171 66 0 0.04 0.63 0.30 56.25 0.46 0.48
Hex B2 AB 42 0 4 3F 1E 38 2E 30
Octal 262 253 102 0 4 77 36 70 56 60
Binary 10110010 10101011 1000010 0 100 111111 11110 111000 101110 110000

Color Harmonies of #B2AB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB42

Black with #B2AB42

Text Example


Text Example

White with #B2AB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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