Html Css Color HEX #B4AD44 Brass

📋 copy color: '#B4AD44'

red 180 ◦ green 173 ◦ blue 68

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

Shades of Brass #B4AD44

Tints of Brass #B4AD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.15%

R = 42.76%
G = 41.09%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B4AD44 (or 0xB4AD44) is known color: Brass. HEX triplet: B4, AD and 44. RGB value is (180,173,68). Sum of RGB (Red+Green+Blue) = 180+173+68=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 68 (26.95% from 255 or 16.15% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AD44 is #4B52BB. Grayscale: #A3A3A3. Windows color (decimal): -4936380 or 4500916. OLE color: 4500916.

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

Color convert

RGB 180 173 68 -
CMYK 0 0.04 0.62 0.29
HSL 56.25º 0.45% 0.49% -
HSV(B) 56.25º 0.62% 0.71% -
XYZ 34.81 40.01 11.36 -
YUV 163.12 74.32 140.04 -
System Red Green Blue C M Y K H S L
Decimal 180 173 68 0 0.04 0.62 0.29 56.25 0.45 0.49
Hex B4 AD 44 0 4 3E 1D 38 2D 31
Octal 264 255 104 0 4 76 35 70 55 61
Binary 10110100 10101101 1000100 0 100 111110 11101 111000 101101 110001

Color Harmonies of #B4AD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AD44

Black with #B4AD44

Text Example


Text Example

White with #B4AD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AD44; }

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

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

background-color css

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

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

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

border-color css

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

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

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