Html Css Color HEX #B9A035 Brass

📋 copy color: '#B9A035'

red 185 ◦ green 160 ◦ blue 53

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

Shades of Brass #B9A035

Tints of Brass #B9A035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.32%

R = 46.48%
G = 40.2%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B9A035 (or 0xB9A035) is known color: Brass. HEX triplet: B9, A0 and 35. RGB value is (185,160,53). Sum of RGB (Red+Green+Blue) = 185+160+53=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A035 is #465FCA. Grayscale: #9B9B9B. Windows color (decimal): -4612043 or 3514553. OLE color: 3514553.

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

Color convert

RGB 185 160 53 -
CMYK 0 0.14 0.71 0.27
HSL 48.64º 0.55% 0.47% -
HSV(B) 48.64º 0.71% 0.73% -
XYZ 33.22 35.71 8.51 -
YUV 155.28 70.28 149.2 -
System Red Green Blue C M Y K H S L
Decimal 185 160 53 0 0.14 0.71 0.27 48.64 0.55 0.47
Hex B9 A0 35 0 E 47 1B 31 37 2F
Octal 271 240 65 0 16 107 33 61 67 57
Binary 10111001 10100000 110101 0 1110 1000111 11011 110001 110111 101111

Color Harmonies of #B9A035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A035

Black with #B9A035

Text Example


Text Example

White with #B9A035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A035; }

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

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

background-color css

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

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

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

border-color css

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

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

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