Html Css Color HEX #B4A535 Brass

📋 copy color: '#B4A535'

red 180 ◦ green 165 ◦ blue 53

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

Shades of Brass #B4A535

Tints of Brass #B4A535

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.46%

 BLUE value IS 53 (21.09% from 255) = 13.32%

R = 45.23%
G = 41.46%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B4A535 (or 0xB4A535) is known color: Brass. HEX triplet: B4, A5 and 35. RGB value is (180,165,53). Sum of RGB (Red+Green+Blue) = 180+165+53=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A535 is #4B5ACA. Grayscale: #9D9D9D. Windows color (decimal): -4938443 or 3515828. OLE color: 3515828.

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

Color convert

RGB 180 165 53 -
CMYK 0 0.08 0.71 0.29
HSL 52.91º 0.55% 0.46% -
HSV(B) 52.91º 0.71% 0.71% -
XYZ 32.92 36.87 8.75 -
YUV 156.72 69.47 144.61 -
System Red Green Blue C M Y K H S L
Decimal 180 165 53 0 0.08 0.71 0.29 52.91 0.55 0.46
Hex B4 A5 35 0 8 47 1D 35 37 2E
Octal 264 245 65 0 10 107 35 65 67 56
Binary 10110100 10100101 110101 0 1000 1000111 11101 110101 110111 101110

Color Harmonies of #B4A535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A535

Black with #B4A535

Text Example


Text Example

White with #B4A535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A535; }

 p { color: rgb(180,165,53); }

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

background-color css

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

 a { background-color: rgb(180,165,53); }

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

border-color css

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

 span { border-color: rgb(180,165,53); }

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