Html Css Color HEX #B9A043 Brass

📋 copy color: '#B9A043'

red 185 ◦ green 160 ◦ blue 67

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

Shades of Brass #B9A043

Tints of Brass #B9A043

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.83%

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

R = 44.9%
G = 38.83%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B9A043 (or 0xB9A043) is known color: Brass. HEX triplet: B9, A0 and 43. RGB value is (185,160,67). Sum of RGB (Red+Green+Blue) = 185+160+67=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 67 (26.56% from 255 or 16.26% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A043 is #465FBC. Grayscale: #9D9D9D. Windows color (decimal): -4612029 or 4432057. OLE color: 4432057.

HSL color Cylindrical-coordinate representation of color #B9A043: hue angle of 47.29º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9A043 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 160 67 -
CMYK 0 0.14 0.64 0.27
HSL 47.29º 0.47% 0.49% -
HSV(B) 47.29º 0.64% 0.73% -
XYZ 33.59 35.86 10.46 -
YUV 156.87 77.28 148.06 -
System Red Green Blue C M Y K H S L
Decimal 185 160 67 0 0.14 0.64 0.27 47.29 0.47 0.49
Hex B9 A0 43 0 E 40 1B 2F 2F 31
Octal 271 240 103 0 16 100 33 57 57 61
Binary 10111001 10100000 1000011 0 1110 1000000 11011 101111 101111 110001

Color Harmonies of #B9A043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A043

Black with #B9A043

Text Example


Text Example

White with #B9A043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A043; }

 p { color: rgb(185,160,67); }

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

background-color css

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

 a { background-color: rgb(185,160,67); }

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

border-color css

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

 span { border-color: rgb(185,160,67); }

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