Html Css Color HEX #B5AD46 Brass

📋 copy color: '#B5AD46'

red 181 ◦ green 173 ◦ blue 70

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

Shades of Brass #B5AD46

Tints of Brass #B5AD46

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.8%

 BLUE value IS 70 (27.73% from 255) = 16.51%

R = 42.69%
G = 40.8%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B5AD46 (or 0xB5AD46) is known color: Brass. HEX triplet: B5, AD and 46. RGB value is (181,173,70). Sum of RGB (Red+Green+Blue) = 181+173+70=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AD46 is #4A52B9. Grayscale: #A4A4A4. Windows color (decimal): -4870842 or 4631989. OLE color: 4631989.

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

Color convert

RGB 181 173 70 -
CMYK 0 0.04 0.61 0.29
HSL 55.68º 0.44% 0.49% -
HSV(B) 55.68º 0.61% 0.71% -
XYZ 35.11 40.15 11.69 -
YUV 163.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 181 173 70 0 0.04 0.61 0.29 55.68 0.44 0.49
Hex B5 AD 46 0 4 3D 1D 38 2C 31
Octal 265 255 106 0 4 75 35 70 54 61
Binary 10110101 10101101 1000110 0 100 111101 11101 111000 101100 110001

Color Harmonies of #B5AD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AD46

Black with #B5AD46

Text Example


Text Example

White with #B5AD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AD46; }

 p { color: rgb(181,173,70); }

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

background-color css

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

 a { background-color: rgb(181,173,70); }

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

border-color css

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

 span { border-color: rgb(181,173,70); }

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