Html Css Color HEX #B9A33C Brass

📋 copy color: '#B9A33C'

red 185 ◦ green 163 ◦ blue 60

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

Shades of Brass #B9A33C

Tints of Brass #B9A33C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.95%

 BLUE value IS 60 (23.83% from 255) = 14.71%

R = 45.34%
G = 39.95%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9A33C (or 0xB9A33C) is known color: Brass. HEX triplet: B9, A3 and 3C. RGB value is (185,163,60). Sum of RGB (Red+Green+Blue) = 185+163+60=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A33C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A33C is #465CC3. Grayscale: #9E9E9E. Windows color (decimal): -4611268 or 3974073. OLE color: 3974073.

HSL color Cylindrical-coordinate representation of color #B9A33C: hue angle of 49.44º degrees, saturation: 0.51, 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 #B9A33C is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 163 60 -
CMYK 0 0.12 0.68 0.27
HSL 49.44º 0.51% 0.48% -
HSV(B) 49.44º 0.68% 0.73% -
XYZ 33.92 36.83 9.6 -
YUV 157.84 72.79 147.38 -
System Red Green Blue C M Y K H S L
Decimal 185 163 60 0 0.12 0.68 0.27 49.44 0.51 0.48
Hex B9 A3 3C 0 C 44 1B 31 33 30
Octal 271 243 74 0 14 104 33 61 63 60
Binary 10111001 10100011 111100 0 1100 1000100 11011 110001 110011 110000

Color Harmonies of #B9A33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A33C

Black with #B9A33C

Text Example


Text Example

White with #B9A33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A33C; }

 p { color: rgb(185,163,60); }

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

background-color css

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

 a { background-color: rgb(185,163,60); }

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

border-color css

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

 span { border-color: rgb(185,163,60); }

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