Html Css Color HEX #B2AB41 Brass

📋 copy color: '#B2AB41'

red 178 ◦ green 171 ◦ blue 65

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

Shades of Brass #B2AB41

Tints of Brass #B2AB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.7%

R = 43%
G = 41.3%
B = 15.7%

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

#B2AB41 (or 0xB2AB41) is known color: Brass. HEX triplet: B2, AB and 41. RGB value is (178,171,65). Sum of RGB (Red+Green+Blue) = 178+171+65=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB41 is #4D54BE. Grayscale: #A1A1A1. Windows color (decimal): -5067967 or 4303794. OLE color: 4303794.

HSL color Cylindrical-coordinate representation of color #B2AB41: hue angle of 56.28º degrees, saturation: 0.47, 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 #B2AB41 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 171 65 -
CMYK 0 0.04 0.63 0.30
HSL 56.28º 0.47% 0.48% -
HSV(B) 56.28º 0.63% 0.7% -
XYZ 33.88 38.97 10.74 -
YUV 161.01 73.82 140.12 -
System Red Green Blue C M Y K H S L
Decimal 178 171 65 0 0.04 0.63 0.30 56.28 0.47 0.48
Hex B2 AB 41 0 4 3F 1E 38 2F 30
Octal 262 253 101 0 4 77 36 70 57 60
Binary 10110010 10101011 1000001 0 100 111111 11110 111000 101111 110000

Color Harmonies of #B2AB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB41

Black with #B2AB41

Text Example


Text Example

White with #B2AB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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