Html Css Color HEX #B9B345 Brass

📋 copy color: '#B9B345'

red 185 ◦ green 179 ◦ blue 69

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

Shades of Brass #B9B345

Tints of Brass #B9B345

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.34%

 BLUE value IS 69 (27.34% from 255) = 15.94%

R = 42.73%
G = 41.34%
B = 15.94%

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

#B9B345 (or 0xB9B345) is known color: Brass. HEX triplet: B9, B3 and 45. RGB value is (185,179,69). Sum of RGB (Red+Green+Blue) = 185+179+69=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B345 is #464CBA. Grayscale: #A8A8A8. Windows color (decimal): -4607163 or 4567993. OLE color: 4567993.

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

Color convert

RGB 185 179 69 -
CMYK 0 0.03 0.63 0.27
HSL 56.9º 0.46% 0.5% -
HSV(B) 56.9º 0.63% 0.73% -
XYZ 37.2 42.98 11.97 -
YUV 168.25 71.99 139.94 -
System Red Green Blue C M Y K H S L
Decimal 185 179 69 0 0.03 0.63 0.27 56.9 0.46 0.5
Hex B9 B3 45 0 3 3F 1B 39 2E 32
Octal 271 263 105 0 3 77 33 71 56 62
Binary 10111001 10110011 1000101 0 11 111111 11011 111001 101110 110010

Color Harmonies of #B9B345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B345

Black with #B9B345

Text Example


Text Example

White with #B9B345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B345; }

 p { color: rgb(185,179,69); }

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

background-color css

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

 a { background-color: rgb(185,179,69); }

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

border-color css

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

 span { border-color: rgb(185,179,69); }

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