Html Css Color HEX #B5B144 Brass

📋 copy color: '#B5B144'

red 181 ◦ green 177 ◦ blue 68

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

Shades of Brass #B5B144

Tints of Brass #B5B144

RGB

 RED value IS 181 (71.09% from 255) = 42.49%

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

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

R = 42.49%
G = 41.55%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B5B144 (or 0xB5B144) is known color: Brass. HEX triplet: B5, B1 and 44. RGB value is (181,177,68). Sum of RGB (Red+Green+Blue) = 181+177+68=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 68 (26.95% from 255 or 15.96% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B144 is #4A4EBB. Grayscale: #A6A6A6. Windows color (decimal): -4869820 or 4501941. OLE color: 4501941.

HSL color Cylindrical-coordinate representation of color #B5B144: hue angle of 57.88º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5B144 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 177 68 -
CMYK 0 0.02 0.62 0.29
HSL 57.88º 0.45% 0.49% -
HSV(B) 57.88º 0.62% 0.71% -
XYZ 35.82 41.69 11.63 -
YUV 165.77 72.83 138.86 -
System Red Green Blue C M Y K H S L
Decimal 181 177 68 0 0.02 0.62 0.29 57.88 0.45 0.49
Hex B5 B1 44 0 2 3E 1D 3A 2D 31
Octal 265 261 104 0 2 76 35 72 55 61
Binary 10110101 10110001 1000100 0 10 111110 11101 111010 101101 110001

Color Harmonies of #B5B144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B144

Black with #B5B144

Text Example


Text Example

White with #B5B144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B144; }

 p { color: rgb(181,177,68); }

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

background-color css

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

 a { background-color: rgb(181,177,68); }

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

border-color css

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

 span { border-color: rgb(181,177,68); }

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