Html Css Color HEX #B4A533 Brass

📋 copy color: '#B4A533'

red 180 ◦ green 165 ◦ blue 51

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

Shades of Brass #B4A533

Tints of Brass #B4A533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.88%

R = 45.45%
G = 41.67%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B4A533 (or 0xB4A533) is known color: Brass. HEX triplet: B4, A5 and 33. RGB value is (180,165,51). Sum of RGB (Red+Green+Blue) = 180+165+51=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 51 (20.31% from 255 or 12.88% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A533 is #4B5ACC. Grayscale: #9C9C9C. Windows color (decimal): -4938445 or 3384756. OLE color: 3384756.

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

Color convert

RGB 180 165 51 -
CMYK 0 0.08 0.72 0.29
HSL 53.02º 0.56% 0.45% -
HSV(B) 53.02º 0.72% 0.71% -
XYZ 32.88 36.85 8.51 -
YUV 156.49 68.47 144.77 -
System Red Green Blue C M Y K H S L
Decimal 180 165 51 0 0.08 0.72 0.29 53.02 0.56 0.45
Hex B4 A5 33 0 8 48 1D 35 38 2D
Octal 264 245 63 0 10 110 35 65 70 55
Binary 10110100 10100101 110011 0 1000 1001000 11101 110101 111000 101101

Color Harmonies of #B4A533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A533

Black with #B4A533

Text Example


Text Example

White with #B4A533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A533; }

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

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

background-color css

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

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

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

border-color css

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

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

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