Html Css Color HEX #B4AD4B Brass

📋 copy color: '#B4AD4B'

red 180 ◦ green 173 ◦ blue 75

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

Shades of Brass #B4AD4B

Tints of Brass #B4AD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.52%

R = 42.06%
G = 40.42%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B4AD4B (or 0xB4AD4B) is known color: Brass. HEX triplet: B4, AD and 4B. RGB value is (180,173,75). Sum of RGB (Red+Green+Blue) = 180+173+75=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AD4B is #4B52B4. Grayscale: #A4A4A4. Windows color (decimal): -4936373 or 4959668. OLE color: 4959668.

HSL color Cylindrical-coordinate representation of color #B4AD4B: hue angle of 56º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4AD4B is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 173 75 -
CMYK 0 0.04 0.58 0.29
HSL 56º 0.41% 0.5% -
HSV(B) 56º 0.58% 0.71% -
XYZ 35.04 40.1 12.55 -
YUV 163.92 77.82 139.47 -
System Red Green Blue C M Y K H S L
Decimal 180 173 75 0 0.04 0.58 0.29 56 0.41 0.5
Hex B4 AD 4B 0 4 3A 1D 38 29 32
Octal 264 255 113 0 4 72 35 70 51 62
Binary 10110100 10101101 1001011 0 100 111010 11101 111000 101001 110010

Color Harmonies of #B4AD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AD4B

Black with #B4AD4B

Text Example


Text Example

White with #B4AD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AD4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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