Html Css Color HEX #B9B444 Brass

📋 copy color: '#B9B444'

red 185 ◦ green 180 ◦ blue 68

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

Shades of Brass #B9B444

Tints of Brass #B9B444

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.57%

 BLUE value IS 68 (26.95% from 255) = 15.7%

R = 42.73%
G = 41.57%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B9B444 (or 0xB9B444) is known color: Brass. HEX triplet: B9, B4 and 44. RGB value is (185,180,68). Sum of RGB (Red+Green+Blue) = 185+180+68=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B444 is #464BBB. Grayscale: #A9A9A9. Windows color (decimal): -4606908 or 4502713. OLE color: 4502713.

HSL color Cylindrical-coordinate representation of color #B9B444: hue angle of 57.44º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9B444 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 180 68 -
CMYK 0 0.03 0.63 0.27
HSL 57.44º 0.46% 0.5% -
HSV(B) 57.44º 0.63% 0.73% -
XYZ 37.37 43.37 11.87 -
YUV 168.73 71.16 139.61 -
System Red Green Blue C M Y K H S L
Decimal 185 180 68 0 0.03 0.63 0.27 57.44 0.46 0.5
Hex B9 B4 44 0 3 3F 1B 39 2E 32
Octal 271 264 104 0 3 77 33 71 56 62
Binary 10111001 10110100 1000100 0 11 111111 11011 111001 101110 110010

Color Harmonies of #B9B444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B444

Black with #B9B444

Text Example


Text Example

White with #B9B444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B444; }

 p { color: rgb(185,180,68); }

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

background-color css

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

 a { background-color: rgb(185,180,68); }

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

border-color css

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

 span { border-color: rgb(185,180,68); }

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