Html Css Color HEX #B5AF44 Brass

📋 copy color: '#B5AF44'

red 181 ◦ green 175 ◦ blue 68

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

Shades of Brass #B5AF44

Tints of Brass #B5AF44

RGB

 RED value IS 181 (71.09% from 255) = 42.69%

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

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

R = 42.69%
G = 41.27%
B = 16.04%

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

#B5AF44 (or 0xB5AF44) is known color: Brass. HEX triplet: B5, AF and 44. RGB value is (181,175,68). Sum of RGB (Red+Green+Blue) = 181+175+68=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AF44 is #4A50BB. Grayscale: #A5A5A5. Windows color (decimal): -4870332 or 4501429. OLE color: 4501429.

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

Color convert

RGB 181 175 68 -
CMYK 0 0.03 0.62 0.29
HSL 56.81º 0.45% 0.49% -
HSV(B) 56.81º 0.62% 0.71% -
XYZ 35.43 40.9 11.5 -
YUV 164.6 73.49 139.7 -
System Red Green Blue C M Y K H S L
Decimal 181 175 68 0 0.03 0.62 0.29 56.81 0.45 0.49
Hex B5 AF 44 0 3 3E 1D 39 2D 31
Octal 265 257 104 0 3 76 35 71 55 61
Binary 10110101 10101111 1000100 0 11 111110 11101 111001 101101 110001

Color Harmonies of #B5AF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF44

Black with #B5AF44

Text Example


Text Example

White with #B5AF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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