Html Css Color HEX #B4AF44 Brass

📋 copy color: '#B4AF44'

red 180 ◦ green 175 ◦ blue 68

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

Shades of Brass #B4AF44

Tints of Brass #B4AF44

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.37%

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

R = 42.55%
G = 41.37%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B4AF44 (or 0xB4AF44) is known color: Brass. HEX triplet: B4, AF and 44. RGB value is (180,175,68). Sum of RGB (Red+Green+Blue) = 180+175+68=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AF44 is #4B50BB. Grayscale: #A4A4A4. Windows color (decimal): -4935868 or 4501428. OLE color: 4501428.

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

Color convert

RGB 180 175 68 -
CMYK 0 0.03 0.62 0.29
HSL 57.32º 0.45% 0.49% -
HSV(B) 57.32º 0.62% 0.71% -
XYZ 35.2 40.78 11.49 -
YUV 164.3 73.66 139.2 -
System Red Green Blue C M Y K H S L
Decimal 180 175 68 0 0.03 0.62 0.29 57.32 0.45 0.49
Hex B4 AF 44 0 3 3E 1D 39 2D 31
Octal 264 257 104 0 3 76 35 71 55 61
Binary 10110100 10101111 1000100 0 11 111110 11101 111001 101101 110001

Color Harmonies of #B4AF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AF44

Black with #B4AF44

Text Example


Text Example

White with #B4AF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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