Html Css Color HEX #B4A042 Brass

📋 copy color: '#B4A042'

red 180 ◦ green 160 ◦ blue 66

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

Shades of Brass #B4A042

Tints of Brass #B4A042

RGB

 RED value IS 180 (70.7% from 255) = 44.33%

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

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

R = 44.33%
G = 39.41%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B4A042 (or 0xB4A042) is known color: Brass. HEX triplet: B4, A0 and 42. RGB value is (180,160,66). Sum of RGB (Red+Green+Blue) = 180+160+66=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A042 is #4B5FBD. Grayscale: #9B9B9B. Windows color (decimal): -4939710 or 4366516. OLE color: 4366516.

HSL color Cylindrical-coordinate representation of color #B4A042: hue angle of 49.47º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4A042 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 160 66 -
CMYK 0 0.11 0.63 0.29
HSL 49.47º 0.46% 0.48% -
HSV(B) 49.47º 0.63% 0.71% -
XYZ 32.38 35.24 10.25 -
YUV 155.26 77.63 145.64 -
System Red Green Blue C M Y K H S L
Decimal 180 160 66 0 0.11 0.63 0.29 49.47 0.46 0.48
Hex B4 A0 42 0 B 3F 1D 31 2E 30
Octal 264 240 102 0 13 77 35 61 56 60
Binary 10110100 10100000 1000010 0 1011 111111 11101 110001 101110 110000

Color Harmonies of #B4A042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A042

Black with #B4A042

Text Example


Text Example

White with #B4A042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A042; }

 p { color: rgb(180,160,66); }

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

background-color css

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

 a { background-color: rgb(180,160,66); }

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

border-color css

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

 span { border-color: rgb(180,160,66); }

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