Html Css Color HEX #B5A738 Brass

📋 copy color: '#B5A738'

red 181 ◦ green 167 ◦ blue 56

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

Shades of Brass #B5A738

Tints of Brass #B5A738

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.34%

 BLUE value IS 56 (22.27% from 255) = 13.86%

R = 44.8%
G = 41.34%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B5A738 (or 0xB5A738) is known color: Brass. HEX triplet: B5, A7 and 38. RGB value is (181,167,56). Sum of RGB (Red+Green+Blue) = 181+167+56=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A738 is #4A58C7. Grayscale: #9E9E9E. Windows color (decimal): -4872392 or 3712949. OLE color: 3712949.

HSL color Cylindrical-coordinate representation of color #B5A738: hue angle of 53.28º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5A738 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 167 56 -
CMYK 0 0.08 0.69 0.29
HSL 53.28º 0.53% 0.46% -
HSV(B) 53.28º 0.69% 0.71% -
XYZ 33.59 37.75 9.26 -
YUV 158.53 70.14 144.03 -
System Red Green Blue C M Y K H S L
Decimal 181 167 56 0 0.08 0.69 0.29 53.28 0.53 0.46
Hex B5 A7 38 0 8 45 1D 35 35 2E
Octal 265 247 70 0 10 105 35 65 65 56
Binary 10110101 10100111 111000 0 1000 1000101 11101 110101 110101 101110

Color Harmonies of #B5A738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A738

Black with #B5A738

Text Example


Text Example

White with #B5A738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A738; }

 p { color: rgb(181,167,56); }

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

background-color css

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

 a { background-color: rgb(181,167,56); }

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

border-color css

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

 span { border-color: rgb(181,167,56); }

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