Html Css Color HEX #B0A044 Brass

📋 copy color: '#B0A044'

red 176 ◦ green 160 ◦ blue 68

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

Shades of Brass #B0A044

Tints of Brass #B0A044

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.6%

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

R = 43.56%
G = 39.6%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B0A044 (or 0xB0A044) is known color: Brass. HEX triplet: B0, A0 and 44. RGB value is (176,160,68). Sum of RGB (Red+Green+Blue) = 176+160+68=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A044 is #4F5FBB. Grayscale: #9A9A9A. Windows color (decimal): -5201852 or 4497584. OLE color: 4497584.

HSL color Cylindrical-coordinate representation of color #B0A044: hue angle of 51.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0A044 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 160 68 -
CMYK 0 0.09 0.61 0.31
HSL 51.11º 0.44% 0.48% -
HSV(B) 51.11º 0.61% 0.69% -
XYZ 31.52 34.79 10.52 -
YUV 154.3 79.3 143.48 -
System Red Green Blue C M Y K H S L
Decimal 176 160 68 0 0.09 0.61 0.31 51.11 0.44 0.48
Hex B0 A0 44 0 9 3D 1F 33 2C 30
Octal 260 240 104 0 11 75 37 63 54 60
Binary 10110000 10100000 1000100 0 1001 111101 11111 110011 101100 110000

Color Harmonies of #B0A044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A044

Black with #B0A044

Text Example


Text Example

White with #B0A044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A044; }

 p { color: rgb(176,160,68); }

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

background-color css

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

 a { background-color: rgb(176,160,68); }

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

border-color css

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

 span { border-color: rgb(176,160,68); }

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