Html Css Color HEX #B4A636 Brass

📋 copy color: '#B4A636'

red 180 ◦ green 166 ◦ blue 54

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

Shades of Brass #B4A636

Tints of Brass #B4A636

RGB

 RED value IS 180 (70.7% from 255) = 45%

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

 BLUE value IS 54 (21.48% from 255) = 13.5%

R = 45%
G = 41.5%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.7

 K value IS 0.29

RGB Variations

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

Color information

#B4A636 (or 0xB4A636) is known color: Brass. HEX triplet: B4, A6 and 36. RGB value is (180,166,54). Sum of RGB (Red+Green+Blue) = 180+166+54=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 54 (21.48% from 255 or 13.5% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A636 is #4B59C9. Grayscale: #9D9D9D. Windows color (decimal): -4938186 or 3581620. OLE color: 3581620.

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

Color convert

RGB 180 166 54 -
CMYK 0 0.08 0.7 0.29
HSL 53.33º 0.54% 0.46% -
HSV(B) 53.33º 0.7% 0.71% -
XYZ 33.12 37.24 8.93 -
YUV 157.42 69.64 144.11 -
System Red Green Blue C M Y K H S L
Decimal 180 166 54 0 0.08 0.7 0.29 53.33 0.54 0.46
Hex B4 A6 36 0 8 46 1D 35 36 2E
Octal 264 246 66 0 10 106 35 65 66 56
Binary 10110100 10100110 110110 0 1000 1000110 11101 110101 110110 101110

Color Harmonies of #B4A636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A636

Black with #B4A636

Text Example


Text Example

White with #B4A636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A636; }

 p { color: rgb(180,166,54); }

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

background-color css

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

 a { background-color: rgb(180,166,54); }

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

border-color css

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

 span { border-color: rgb(180,166,54); }

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