Html Css Color HEX #B4A647 Brass

📋 copy color: '#B4A647'

red 180 ◦ green 166 ◦ blue 71

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

Shades of Brass #B4A647

Tints of Brass #B4A647

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.81%

 BLUE value IS 71 (28.13% from 255) = 17.03%

R = 43.17%
G = 39.81%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B4A647 (or 0xB4A647) is known color: Brass. HEX triplet: B4, A6 and 47. RGB value is (180,166,71). Sum of RGB (Red+Green+Blue) = 180+166+71=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A647 is #4B59B8. Grayscale: #9F9F9F. Windows color (decimal): -4938169 or 4695732. OLE color: 4695732.

HSL color Cylindrical-coordinate representation of color #B4A647: hue angle of 52.29º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B4A647 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 166 71 -
CMYK 0 0.08 0.61 0.29
HSL 52.29º 0.43% 0.49% -
HSV(B) 52.29º 0.61% 0.71% -
XYZ 33.6 37.43 11.42 -
YUV 159.36 78.14 142.72 -
System Red Green Blue C M Y K H S L
Decimal 180 166 71 0 0.08 0.61 0.29 52.29 0.43 0.49
Hex B4 A6 47 0 8 3D 1D 34 2B 31
Octal 264 246 107 0 10 75 35 64 53 61
Binary 10110100 10100110 1000111 0 1000 111101 11101 110100 101011 110001

Color Harmonies of #B4A647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A647

Black with #B4A647

Text Example


Text Example

White with #B4A647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A647; }

 p { color: rgb(180,166,71); }

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

background-color css

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

 a { background-color: rgb(180,166,71); }

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

border-color css

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

 span { border-color: rgb(180,166,71); }

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