Html Css Color HEX #B0A34E Brass

📋 copy color: '#B0A34E'

red 176 ◦ green 163 ◦ blue 78

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

Shades of Brass #B0A34E

Tints of Brass #B0A34E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.09%

 BLUE value IS 78 (30.86% from 255) = 18.71%

R = 42.21%
G = 39.09%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0A34E (or 0xB0A34E) is known color: Brass. HEX triplet: B0, A3 and 4E. RGB value is (176,163,78). Sum of RGB (Red+Green+Blue) = 176+163+78=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 78 (30.86% from 255 or 18.71% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A34E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A34E is #4F5CB1. Grayscale: #9D9D9D. Windows color (decimal): -5201074 or 5153712. OLE color: 5153712.

HSL color Cylindrical-coordinate representation of color #B0A34E: hue angle of 52.04º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0A34E is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 163 78 -
CMYK 0 0.07 0.56 0.31
HSL 52.04º 0.39% 0.5% -
HSV(B) 52.04º 0.56% 0.69% -
XYZ 32.38 35.97 12.45 -
YUV 157.2 83.31 141.41 -
System Red Green Blue C M Y K H S L
Decimal 176 163 78 0 0.07 0.56 0.31 52.04 0.39 0.5
Hex B0 A3 4E 0 7 38 1F 34 27 32
Octal 260 243 116 0 7 70 37 64 47 62
Binary 10110000 10100011 1001110 0 111 111000 11111 110100 100111 110010

Color Harmonies of #B0A34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A34E

Black with #B0A34E

Text Example


Text Example

White with #B0A34E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A34E; }

 p { color: rgb(176,163,78); }

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

background-color css

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

 a { background-color: rgb(176,163,78); }

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

border-color css

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

 span { border-color: rgb(176,163,78); }

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