Html Css Color HEX #B0A24A Brass

📋 copy color: '#B0A24A'

red 176 ◦ green 162 ◦ blue 74

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

Shades of Brass #B0A24A

Tints of Brass #B0A24A

RGB

 RED value IS 176 (69.14% from 255) = 42.72%

 GREEN value IS 162 (63.67% from 255) = 39.32%

 BLUE value IS 74 (29.3% from 255) = 17.96%

R = 42.72%
G = 39.32%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0A24A (or 0xB0A24A) is known color: Brass. HEX triplet: B0, A2 and 4A. RGB value is (176,162,74). Sum of RGB (Red+Green+Blue) = 176+162+74=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A24A is #4F5DB5. Grayscale: #9C9C9C. Windows color (decimal): -5201334 or 4891312. OLE color: 4891312.

HSL color Cylindrical-coordinate representation of color #B0A24A: hue angle of 51.76º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0A24A is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 162 74 -
CMYK 0 0.08 0.58 0.31
HSL 51.76º 0.41% 0.49% -
HSV(B) 51.76º 0.58% 0.69% -
XYZ 32.06 35.57 11.65 -
YUV 156.15 81.64 142.16 -
System Red Green Blue C M Y K H S L
Decimal 176 162 74 0 0.08 0.58 0.31 51.76 0.41 0.49
Hex B0 A2 4A 0 8 3A 1F 34 29 31
Octal 260 242 112 0 10 72 37 64 51 61
Binary 10110000 10100010 1001010 0 1000 111010 11111 110100 101001 110001

Color Harmonies of #B0A24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A24A

Black with #B0A24A

Text Example


Text Example

White with #B0A24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A24A; }

 p { color: rgb(176,162,74); }

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

background-color css

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

 a { background-color: rgb(176,162,74); }

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

border-color css

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

 span { border-color: rgb(176,162,74); }

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