Html Css Color HEX #B0A242 Brass

📋 copy color: '#B0A242'

red 176 ◦ green 162 ◦ blue 66

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

Shades of Brass #B0A242

Tints of Brass #B0A242

RGB

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

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

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

R = 43.56%
G = 40.1%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B0A242 (or 0xB0A242) is known color: Brass. HEX triplet: B0, A2 and 42. RGB value is (176,162,66). Sum of RGB (Red+Green+Blue) = 176+162+66=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A242 is #4F5DBD. Grayscale: #9B9B9B. Windows color (decimal): -5201342 or 4367024. OLE color: 4367024.

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

Color convert

RGB 176 162 66 -
CMYK 0 0.08 0.62 0.31
HSL 52.36º 0.45% 0.47% -
HSV(B) 52.36º 0.63% 0.69% -
XYZ 31.81 35.46 10.32 -
YUV 155.24 77.64 142.81 -
System Red Green Blue C M Y K H S L
Decimal 176 162 66 0 0.08 0.62 0.31 52.36 0.45 0.47
Hex B0 A2 42 0 8 3E 1F 34 2D 2F
Octal 260 242 102 0 10 76 37 64 55 57
Binary 10110000 10100010 1000010 0 1000 111110 11111 110100 101101 101111

Color Harmonies of #B0A242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A242

Black with #B0A242

Text Example


Text Example

White with #B0A242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A242; }

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

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

background-color css

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

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

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

border-color css

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

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

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