Html Css Color HEX #B2AC42 Brass

📋 copy color: '#B2AC42'

red 178 ◦ green 172 ◦ blue 66

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

Shades of Brass #B2AC42

Tints of Brass #B2AC42

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.35%

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

R = 42.79%
G = 41.35%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B2AC42 (or 0xB2AC42) is known color: Brass. HEX triplet: B2, AC and 42. RGB value is (178,172,66). Sum of RGB (Red+Green+Blue) = 178+172+66=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AC42 is #4D53BD. Grayscale: #A2A2A2. Windows color (decimal): -5067710 or 4369586. OLE color: 4369586.

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

Color convert

RGB 178 172 66 -
CMYK 0 0.03 0.63 0.30
HSL 56.79º 0.46% 0.48% -
HSV(B) 56.79º 0.63% 0.7% -
XYZ 34.1 39.36 10.96 -
YUV 161.71 73.99 139.62 -
System Red Green Blue C M Y K H S L
Decimal 178 172 66 0 0.03 0.63 0.30 56.79 0.46 0.48
Hex B2 AC 42 0 3 3F 1E 39 2E 30
Octal 262 254 102 0 3 77 36 71 56 60
Binary 10110010 10101100 1000010 0 11 111111 11110 111001 101110 110000

Color Harmonies of #B2AC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AC42

Black with #B2AC42

Text Example


Text Example

White with #B2AC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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