Html Css Color HEX #B2AB45 Brass

📋 copy color: '#B2AB45'

red 178 ◦ green 171 ◦ blue 69

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

Shades of Brass #B2AB45

Tints of Brass #B2AB45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.51%

R = 42.58%
G = 40.91%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B2AB45 (or 0xB2AB45) is known color: Brass. HEX triplet: B2, AB and 45. RGB value is (178,171,69). Sum of RGB (Red+Green+Blue) = 178+171+69=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB45 is #4D54BA. Grayscale: #A1A1A1. Windows color (decimal): -5067963 or 4565938. OLE color: 4565938.

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

Color convert

RGB 178 171 69 -
CMYK 0 0.04 0.61 0.30
HSL 56.15º 0.44% 0.48% -
HSV(B) 56.15º 0.61% 0.7% -
XYZ 34 39.02 11.37 -
YUV 161.47 75.82 139.79 -
System Red Green Blue C M Y K H S L
Decimal 178 171 69 0 0.04 0.61 0.30 56.15 0.44 0.48
Hex B2 AB 45 0 4 3D 1E 38 2C 30
Octal 262 253 105 0 4 75 36 70 54 60
Binary 10110010 10101011 1000101 0 100 111101 11110 111000 101100 110000

Color Harmonies of #B2AB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB45

Black with #B2AB45

Text Example


Text Example

White with #B2AB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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