Html Css Color HEX #B5A64F Brass

📋 copy color: '#B5A64F'

red 181 ◦ green 166 ◦ blue 79

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

Shades of Brass #B5A64F

Tints of Brass #B5A64F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.97%

 BLUE value IS 79 (31.25% from 255) = 18.54%

R = 42.49%
G = 38.97%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B5A64F (or 0xB5A64F) is known color: Brass. HEX triplet: B5, A6 and 4F. RGB value is (181,166,79). Sum of RGB (Red+Green+Blue) = 181+166+79=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A64F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A64F is #4A59B0. Grayscale: #A0A0A0. Windows color (decimal): -4872625 or 5220021. OLE color: 5220021.

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

Color convert

RGB 181 166 79 -
CMYK 0 0.08 0.56 0.29
HSL 51.18º 0.41% 0.51% -
HSV(B) 51.18º 0.56% 0.71% -
XYZ 34.1 37.66 12.87 -
YUV 160.57 81.97 142.57 -
System Red Green Blue C M Y K H S L
Decimal 181 166 79 0 0.08 0.56 0.29 51.18 0.41 0.51
Hex B5 A6 4F 0 8 38 1D 33 29 33
Octal 265 246 117 0 10 70 35 63 51 63
Binary 10110101 10100110 1001111 0 1000 111000 11101 110011 101001 110011

Color Harmonies of #B5A64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A64F

Black with #B5A64F

Text Example


Text Example

White with #B5A64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A64F; }

 p { color: rgb(181,166,79); }

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

background-color css

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

 a { background-color: rgb(181,166,79); }

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

border-color css

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

 span { border-color: rgb(181,166,79); }

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