Html Css Color HEX #B2AF45 Brass

📋 copy color: '#B2AF45'

red 178 ◦ green 175 ◦ blue 69

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

Shades of Brass #B2AF45

Tints of Brass #B2AF45

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.47%

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

R = 42.18%
G = 41.47%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B2AF45 (or 0xB2AF45) is known color: Brass. HEX triplet: B2, AF and 45. RGB value is (178,175,69). Sum of RGB (Red+Green+Blue) = 178+175+69=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AF45 is #4D50BA. Grayscale: #A4A4A4. Windows color (decimal): -5066939 or 4566962. OLE color: 4566962.

HSL color Cylindrical-coordinate representation of color #B2AF45: hue angle of 58.35º 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 #B2AF45 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 175 69 -
CMYK 0 0.02 0.61 0.30
HSL 58.35º 0.44% 0.48% -
HSV(B) 58.35º 0.61% 0.7% -
XYZ 34.76 40.55 11.63 -
YUV 163.81 74.49 138.12 -
System Red Green Blue C M Y K H S L
Decimal 178 175 69 0 0.02 0.61 0.30 58.35 0.44 0.48
Hex B2 AF 45 0 2 3D 1E 3A 2C 30
Octal 262 257 105 0 2 75 36 72 54 60
Binary 10110010 10101111 1000101 0 10 111101 11110 111010 101100 110000

Color Harmonies of #B2AF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AF45

Black with #B2AF45

Text Example


Text Example

White with #B2AF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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