Html Css Color HEX #B4A534 Brass

📋 copy color: '#B4A534'

red 180 ◦ green 165 ◦ blue 52

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

Shades of Brass #B4A534

Tints of Brass #B4A534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.1%

R = 45.34%
G = 41.56%
B = 13.1%

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

#B4A534 (or 0xB4A534) is known color: Brass. HEX triplet: B4, A5 and 34. RGB value is (180,165,52). Sum of RGB (Red+Green+Blue) = 180+165+52=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A534 is #4B5ACB. Grayscale: #9D9D9D. Windows color (decimal): -4938444 or 3450292. OLE color: 3450292.

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

Color convert

RGB 180 165 52 -
CMYK 0 0.08 0.71 0.29
HSL 52.97º 0.55% 0.45% -
HSV(B) 52.97º 0.71% 0.71% -
XYZ 32.9 36.86 8.63 -
YUV 156.6 68.97 144.69 -
System Red Green Blue C M Y K H S L
Decimal 180 165 52 0 0.08 0.71 0.29 52.97 0.55 0.45
Hex B4 A5 34 0 8 47 1D 35 37 2D
Octal 264 245 64 0 10 107 35 65 67 55
Binary 10110100 10100101 110100 0 1000 1000111 11101 110101 110111 101101

Color Harmonies of #B4A534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A534

Black with #B4A534

Text Example


Text Example

White with #B4A534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A534; }

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

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

background-color css

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

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

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

border-color css

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

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

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