Html Css Color HEX #B2AF44 Brass

📋 copy color: '#B2AF44'

red 178 ◦ green 175 ◦ blue 68

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

Shades of Brass #B2AF44

Tints of Brass #B2AF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.15%

R = 42.28%
G = 41.57%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B2AF44 (or 0xB2AF44) is known color: Brass. HEX triplet: B2, AF and 44. RGB value is (178,175,68). Sum of RGB (Red+Green+Blue) = 178+175+68=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 68 (26.95% from 255 or 16.15% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AF44 is #4D50BB. Grayscale: #A4A4A4. Windows color (decimal): -5066940 or 4501426. OLE color: 4501426.

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

Color convert

RGB 178 175 68 -
CMYK 0 0.02 0.62 0.30
HSL 58.36º 0.45% 0.48% -
HSV(B) 58.36º 0.62% 0.7% -
XYZ 34.73 40.54 11.46 -
YUV 163.7 73.99 138.2 -
System Red Green Blue C M Y K H S L
Decimal 178 175 68 0 0.02 0.62 0.30 58.36 0.45 0.48
Hex B2 AF 44 0 2 3E 1E 3A 2D 30
Octal 262 257 104 0 2 76 36 72 55 60
Binary 10110010 10101111 1000100 0 10 111110 11110 111010 101101 110000

Color Harmonies of #B2AF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AF44

Black with #B2AF44

Text Example


Text Example

White with #B2AF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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