Html Css Color HEX #B9AF45 Brass

📋 copy color: '#B9AF45'

red 185 ◦ green 175 ◦ blue 69

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

Shades of Brass #B9AF45

Tints of Brass #B9AF45

RGB

 RED value IS 185 (72.66% from 255) = 43.12%

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

 BLUE value IS 69 (27.34% from 255) = 16.08%

R = 43.12%
G = 40.79%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B9AF45 (or 0xB9AF45) is known color: Brass. HEX triplet: B9, AF and 45. RGB value is (185,175,69). Sum of RGB (Red+Green+Blue) = 185+175+69=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AF45 is #4650BA. Grayscale: #A6A6A6. Windows color (decimal): -4608187 or 4566969. OLE color: 4566969.

HSL color Cylindrical-coordinate representation of color #B9AF45: hue angle of 54.83º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9AF45 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 175 69 -
CMYK 0 0.05 0.63 0.27
HSL 54.83º 0.46% 0.5% -
HSV(B) 54.83º 0.63% 0.73% -
XYZ 36.41 41.4 11.7 -
YUV 165.91 73.31 141.62 -
System Red Green Blue C M Y K H S L
Decimal 185 175 69 0 0.05 0.63 0.27 54.83 0.46 0.5
Hex B9 AF 45 0 5 3F 1B 37 2E 32
Octal 271 257 105 0 5 77 33 67 56 62
Binary 10111001 10101111 1000101 0 101 111111 11011 110111 101110 110010

Color Harmonies of #B9AF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF45

Black with #B9AF45

Text Example


Text Example

White with #B9AF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF45; }

 p { color: rgb(185,175,69); }

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

background-color css

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

 a { background-color: rgb(185,175,69); }

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

border-color css

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

 span { border-color: rgb(185,175,69); }

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