Html Css Color HEX #B8A345 Brass

📋 copy color: '#B8A345'

red 184 ◦ green 163 ◦ blue 69

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

Shades of Brass #B8A345

Tints of Brass #B8A345

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.18%

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

R = 44.23%
G = 39.18%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B8A345 (or 0xB8A345) is known color: Brass. HEX triplet: B8, A3 and 45. RGB value is (184,163,69). Sum of RGB (Red+Green+Blue) = 184+163+69=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A345 is #475CBA. Grayscale: #9E9E9E. Windows color (decimal): -4676795 or 4563896. OLE color: 4563896.

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

Color convert

RGB 184 163 69 -
CMYK 0 0.11 0.62 0.28
HSL 49.04º 0.45% 0.5% -
HSV(B) 49.04º 0.63% 0.72% -
XYZ 33.94 36.81 10.95 -
YUV 158.56 77.46 146.14 -
System Red Green Blue C M Y K H S L
Decimal 184 163 69 0 0.11 0.62 0.28 49.04 0.45 0.5
Hex B8 A3 45 0 B 3E 1C 31 2D 32
Octal 270 243 105 0 13 76 34 61 55 62
Binary 10111000 10100011 1000101 0 1011 111110 11100 110001 101101 110010

Color Harmonies of #B8A345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A345

Black with #B8A345

Text Example


Text Example

White with #B8A345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A345; }

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

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

background-color css

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

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

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

border-color css

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

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

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