Html Css Color HEX #B4AD33 Brass

📋 copy color: '#B4AD33'

red 180 ◦ green 173 ◦ blue 51

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

Shades of Brass #B4AD33

Tints of Brass #B4AD33

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.82%

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

R = 44.55%
G = 42.82%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B4AD33 (or 0xB4AD33) is known color: Brass. HEX triplet: B4, AD and 33. RGB value is (180,173,51). Sum of RGB (Red+Green+Blue) = 180+173+51=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AD33 is #4B52CC. Grayscale: #A1A1A1. Windows color (decimal): -4936397 or 3386804. OLE color: 3386804.

HSL color Cylindrical-coordinate representation of color #B4AD33: hue angle of 56.74º 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 #B4AD33 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 173 51 -
CMYK 0 0.04 0.72 0.29
HSL 56.74º 0.56% 0.45% -
HSV(B) 56.74º 0.72% 0.71% -
XYZ 34.36 39.83 9.01 -
YUV 161.19 65.82 141.42 -
System Red Green Blue C M Y K H S L
Decimal 180 173 51 0 0.04 0.72 0.29 56.74 0.56 0.45
Hex B4 AD 33 0 4 48 1D 39 38 2D
Octal 264 255 63 0 4 110 35 71 70 55
Binary 10110100 10101101 110011 0 100 1001000 11101 111001 111000 101101

Color Harmonies of #B4AD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AD33

Black with #B4AD33

Text Example


Text Example

White with #B4AD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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