Html Css Color HEX #B3B145 Brass

📋 copy color: '#B3B145'

red 179 ◦ green 177 ◦ blue 69

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

Shades of Brass #B3B145

Tints of Brass #B3B145

RGB

 RED value IS 179 (70.31% from 255) = 42.12%

 GREEN value IS 177 (69.53% from 255) = 41.65%

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

R = 42.12%
G = 41.65%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B3B145 (or 0xB3B145) is known color: Brass. HEX triplet: B3, B1 and 45. RGB value is (179,177,69). Sum of RGB (Red+Green+Blue) = 179+177+69=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3B145 is #4C4EBA. Grayscale: #A5A5A5. Windows color (decimal): -5000891 or 4567475. OLE color: 4567475.

HSL color Cylindrical-coordinate representation of color #B3B145: hue angle of 58.91º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B3B145 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 177 69 -
CMYK 0 0.01 0.61 0.30
HSL 58.91º 0.44% 0.49% -
HSV(B) 58.91º 0.61% 0.7% -
XYZ 35.39 41.46 11.77 -
YUV 165.29 73.66 137.78 -
System Red Green Blue C M Y K H S L
Decimal 179 177 69 0 0.01 0.61 0.30 58.91 0.44 0.49
Hex B3 B1 45 0 1 3D 1E 3B 2C 31
Octal 263 261 105 0 1 75 36 73 54 61
Binary 10110011 10110001 1000101 0 1 111101 11110 111011 101100 110001

Color Harmonies of #B3B145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B145

Black with #B3B145

Text Example


Text Example

White with #B3B145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B145; }

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

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

background-color css

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

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

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

border-color css

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

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

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