Html Css Color HEX #B8AF45 Brass

📋 copy color: '#B8AF45'

red 184 ◦ green 175 ◦ blue 69

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

Shades of Brass #B8AF45

Tints of Brass #B8AF45

RGB

 RED value IS 184 (72.27% from 255) = 42.99%

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

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

R = 42.99%
G = 40.89%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B8AF45 (or 0xB8AF45) is known color: Brass. HEX triplet: B8, AF and 45. RGB value is (184,175,69). Sum of RGB (Red+Green+Blue) = 184+175+69=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 69 (27.34% from 255 or 16.12% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF45 is #4750BA. Grayscale: #A6A6A6. Windows color (decimal): -4673723 or 4566968. OLE color: 4566968.

HSL color Cylindrical-coordinate representation of color #B8AF45: hue angle of 55.3º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8AF45 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 175 69 -
CMYK 0 0.05 0.62 0.28
HSL 55.3º 0.45% 0.5% -
HSV(B) 55.3º 0.63% 0.72% -
XYZ 36.17 41.28 11.69 -
YUV 165.61 73.48 141.12 -
System Red Green Blue C M Y K H S L
Decimal 184 175 69 0 0.05 0.62 0.28 55.3 0.45 0.5
Hex B8 AF 45 0 5 3E 1C 37 2D 32
Octal 270 257 105 0 5 76 34 67 55 62
Binary 10111000 10101111 1000101 0 101 111110 11100 110111 101101 110010

Color Harmonies of #B8AF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF45

Black with #B8AF45

Text Example


Text Example

White with #B8AF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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