Html Css Color HEX #B9A543 Brass

📋 copy color: '#B9A543'

red 185 ◦ green 165 ◦ blue 67

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

Shades of Brass #B9A543

Tints of Brass #B9A543

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.57%

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

R = 44.36%
G = 39.57%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B9A543 (or 0xB9A543) is known color: Brass. HEX triplet: B9, A5 and 43. RGB value is (185,165,67). Sum of RGB (Red+Green+Blue) = 185+165+67=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A543 is #465ABC. Grayscale: #A0A0A0. Windows color (decimal): -4610749 or 4433337. OLE color: 4433337.

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

Color convert

RGB 185 165 67 -
CMYK 0 0.11 0.64 0.27
HSL 49.83º 0.47% 0.49% -
HSV(B) 49.83º 0.64% 0.73% -
XYZ 34.48 37.63 10.76 -
YUV 159.81 75.63 145.97 -
System Red Green Blue C M Y K H S L
Decimal 185 165 67 0 0.11 0.64 0.27 49.83 0.47 0.49
Hex B9 A5 43 0 B 40 1B 32 2F 31
Octal 271 245 103 0 13 100 33 62 57 61
Binary 10111001 10100101 1000011 0 1011 1000000 11011 110010 101111 110001

Color Harmonies of #B9A543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A543

Black with #B9A543

Text Example


Text Example

White with #B9A543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A543; }

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

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

background-color css

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

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

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

border-color css

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

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

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