Html Css Color HEX #B2AF42 Brass

📋 copy color: '#B2AF42'

red 178 ◦ green 175 ◦ blue 66

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

Shades of Brass #B2AF42

Tints of Brass #B2AF42

RGB

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

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

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

R = 42.48%
G = 41.77%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B2AF42 (or 0xB2AF42) is known color: Brass. HEX triplet: B2, AF and 42. RGB value is (178,175,66). Sum of RGB (Red+Green+Blue) = 178+175+66=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AF42 is #4D50BD. Grayscale: #A3A3A3. Windows color (decimal): -5066942 or 4370354. OLE color: 4370354.

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

Color convert

RGB 178 175 66 -
CMYK 0 0.02 0.63 0.30
HSL 58.39º 0.46% 0.48% -
HSV(B) 58.39º 0.63% 0.7% -
XYZ 34.67 40.52 11.15 -
YUV 163.47 72.99 138.36 -
System Red Green Blue C M Y K H S L
Decimal 178 175 66 0 0.02 0.63 0.30 58.39 0.46 0.48
Hex B2 AF 42 0 2 3F 1E 3A 2E 30
Octal 262 257 102 0 2 77 36 72 56 60
Binary 10110010 10101111 1000010 0 10 111111 11110 111010 101110 110000

Color Harmonies of #B2AF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AF42

Black with #B2AF42

Text Example


Text Example

White with #B2AF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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