Html Css Color HEX #B9A635 Brass

📋 copy color: '#B9A635'

red 185 ◦ green 166 ◦ blue 53

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

Shades of Brass #B9A635

Tints of Brass #B9A635

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.09%

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

R = 45.79%
G = 41.09%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B9A635 (or 0xB9A635) is known color: Brass. HEX triplet: B9, A6 and 35. RGB value is (185,166,53). Sum of RGB (Red+Green+Blue) = 185+166+53=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A635 is #4659CA. Grayscale: #9F9F9F. Windows color (decimal): -4610507 or 3516089. OLE color: 3516089.

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

Color convert

RGB 185 166 53 -
CMYK 0 0.10 0.71 0.27
HSL 51.36º 0.55% 0.47% -
HSV(B) 51.36º 0.71% 0.73% -
XYZ 34.29 37.84 8.87 -
YUV 158.8 68.29 146.69 -
System Red Green Blue C M Y K H S L
Decimal 185 166 53 0 0.10 0.71 0.27 51.36 0.55 0.47
Hex B9 A6 35 0 A 47 1B 33 37 2F
Octal 271 246 65 0 12 107 33 63 67 57
Binary 10111001 10100110 110101 0 1010 1000111 11011 110011 110111 101111

Color Harmonies of #B9A635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A635

Black with #B9A635

Text Example


Text Example

White with #B9A635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A635; }

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

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

background-color css

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

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

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

border-color css

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

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

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