Html Css Color HEX #B5B344 Brass

📋 copy color: '#B5B344'

red 181 ◦ green 179 ◦ blue 68

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

Shades of Brass #B5B344

Tints of Brass #B5B344

RGB

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

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

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

R = 42.29%
G = 41.82%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B5B344 (or 0xB5B344) is known color: Brass. HEX triplet: B5, B3 and 44. RGB value is (181,179,68). Sum of RGB (Red+Green+Blue) = 181+179+68=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 68 (26.95% from 255 or 15.89% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B344 is #4A4CBB. Grayscale: #A7A7A7. Windows color (decimal): -4869308 or 4502453. OLE color: 4502453.

HSL color Cylindrical-coordinate representation of color #B5B344: hue angle of 58.94º 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 #B5B344 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 179 68 -
CMYK 0 0.01 0.62 0.29
HSL 58.94º 0.45% 0.49% -
HSV(B) 58.94º 0.62% 0.71% -
XYZ 36.22 42.48 11.76 -
YUV 166.94 72.16 138.03 -
System Red Green Blue C M Y K H S L
Decimal 181 179 68 0 0.01 0.62 0.29 58.94 0.45 0.49
Hex B5 B3 44 0 1 3E 1D 3B 2D 31
Octal 265 263 104 0 1 76 35 73 55 61
Binary 10110101 10110011 1000100 0 1 111110 11101 111011 101101 110001

Color Harmonies of #B5B344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B344

Black with #B5B344

Text Example


Text Example

White with #B5B344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B344; }

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

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

background-color css

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

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

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

border-color css

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

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

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