Html Css Color HEX #B5AF43 Brass

📋 copy color: '#B5AF43'

red 181 ◦ green 175 ◦ blue 67

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

Shades of Brass #B5AF43

Tints of Brass #B5AF43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.84%

R = 42.79%
G = 41.37%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B5AF43 (or 0xB5AF43) is known color: Brass. HEX triplet: B5, AF and 43. RGB value is (181,175,67). Sum of RGB (Red+Green+Blue) = 181+175+67=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 67 (26.56% from 255 or 15.84% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AF43 is #4A50BC. Grayscale: #A4A4A4. Windows color (decimal): -4870333 or 4435893. OLE color: 4435893.

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

Color convert

RGB 181 175 67 -
CMYK 0 0.03 0.63 0.29
HSL 56.84º 0.46% 0.49% -
HSV(B) 56.84º 0.63% 0.71% -
XYZ 35.4 40.89 11.34 -
YUV 164.48 72.99 139.78 -
System Red Green Blue C M Y K H S L
Decimal 181 175 67 0 0.03 0.63 0.29 56.84 0.46 0.49
Hex B5 AF 43 0 3 3F 1D 39 2E 31
Octal 265 257 103 0 3 77 35 71 56 61
Binary 10110101 10101111 1000011 0 11 111111 11101 111001 101110 110001

Color Harmonies of #B5AF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF43

Black with #B5AF43

Text Example


Text Example

White with #B5AF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF43; }

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

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

background-color css

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

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

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

border-color css

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

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

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