Html Css Color HEX #B4A937 Brass

📋 copy color: '#B4A937'

red 180 ◦ green 169 ◦ blue 55

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

Shades of Brass #B4A937

Tints of Brass #B4A937

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.83%

 BLUE value IS 55 (21.88% from 255) = 13.61%

R = 44.55%
G = 41.83%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B4A937 (or 0xB4A937) is known color: Brass. HEX triplet: B4, A9 and 37. RGB value is (180,169,55). Sum of RGB (Red+Green+Blue) = 180+169+55=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 55 (21.88% from 255 or 13.61% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A937 is #4B56C8. Grayscale: #9F9F9F. Windows color (decimal): -4937417 or 3647924. OLE color: 3647924.

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

Color convert

RGB 180 169 55 -
CMYK 0 0.06 0.69 0.29
HSL 54.72º 0.53% 0.46% -
HSV(B) 54.72º 0.69% 0.71% -
XYZ 33.7 38.36 9.24 -
YUV 159.29 69.14 142.77 -
System Red Green Blue C M Y K H S L
Decimal 180 169 55 0 0.06 0.69 0.29 54.72 0.53 0.46
Hex B4 A9 37 0 6 45 1D 37 35 2E
Octal 264 251 67 0 6 105 35 67 65 56
Binary 10110100 10101001 110111 0 110 1000101 11101 110111 110101 101110

Color Harmonies of #B4A937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A937

Black with #B4A937

Text Example


Text Example

White with #B4A937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A937; }

 p { color: rgb(180,169,55); }

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

background-color css

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

 a { background-color: rgb(180,169,55); }

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

border-color css

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

 span { border-color: rgb(180,169,55); }

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