Html Css Color HEX #B0A038 Brass

📋 copy color: '#B0A038'

red 176 ◦ green 160 ◦ blue 56

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

Shades of Brass #B0A038

Tints of Brass #B0A038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.29%

R = 44.9%
G = 40.82%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B0A038 (or 0xB0A038) is known color: Brass. HEX triplet: B0, A0 and 38. RGB value is (176,160,56). Sum of RGB (Red+Green+Blue) = 176+160+56=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A038 is #4F5FC7. Grayscale: #999999. Windows color (decimal): -5201864 or 3711152. OLE color: 3711152.

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

Color convert

RGB 176 160 56 -
CMYK 0 0.09 0.68 0.31
HSL 52º 0.52% 0.45% -
HSV(B) 52º 0.68% 0.69% -
XYZ 31.19 34.66 8.79 -
YUV 152.93 73.3 144.46 -
System Red Green Blue C M Y K H S L
Decimal 176 160 56 0 0.09 0.68 0.31 52 0.52 0.45
Hex B0 A0 38 0 9 44 1F 34 34 2D
Octal 260 240 70 0 11 104 37 64 64 55
Binary 10110000 10100000 111000 0 1001 1000100 11111 110100 110100 101101

Color Harmonies of #B0A038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A038

Black with #B0A038

Text Example


Text Example

White with #B0A038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A038; }

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

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

background-color css

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

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

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

border-color css

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

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

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