Html Css Color HEX #B9A83B Brass

📋 copy color: '#B9A83B'

red 185 ◦ green 168 ◦ blue 59

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

Shades of Brass #B9A83B

Tints of Brass #B9A83B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.78%

 BLUE value IS 59 (23.44% from 255) = 14.32%

R = 44.9%
G = 40.78%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9A83B (or 0xB9A83B) is known color: Brass. HEX triplet: B9, A8 and 3B. RGB value is (185,168,59). Sum of RGB (Red+Green+Blue) = 185+168+59=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 59 (23.44% from 255 or 14.32% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A83B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A83B is #4657C4. Grayscale: #A1A1A1. Windows color (decimal): -4609989 or 3909817. OLE color: 3909817.

HSL color Cylindrical-coordinate representation of color #B9A83B: hue angle of 51.9º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9A83B is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 168 59 -
CMYK 0 0.09 0.68 0.27
HSL 51.9º 0.52% 0.48% -
HSV(B) 51.9º 0.68% 0.73% -
XYZ 34.8 38.64 9.76 -
YUV 160.66 70.63 145.36 -
System Red Green Blue C M Y K H S L
Decimal 185 168 59 0 0.09 0.68 0.27 51.9 0.52 0.48
Hex B9 A8 3B 0 9 44 1B 34 34 30
Octal 271 250 73 0 11 104 33 64 64 60
Binary 10111001 10101000 111011 0 1001 1000100 11011 110100 110100 110000

Color Harmonies of #B9A83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A83B

Black with #B9A83B

Text Example


Text Example

White with #B9A83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A83B; }

 p { color: rgb(185,168,59); }

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

background-color css

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

 a { background-color: rgb(185,168,59); }

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

border-color css

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

 span { border-color: rgb(185,168,59); }

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