Html Css Color HEX #B4A135 Brass

📋 copy color: '#B4A135'

red 180 ◦ green 161 ◦ blue 53

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

Shades of Brass #B4A135

Tints of Brass #B4A135

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.86%

 BLUE value IS 53 (21.09% from 255) = 13.45%

R = 45.69%
G = 40.86%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B4A135 (or 0xB4A135) is known color: Brass. HEX triplet: B4, A1 and 35. RGB value is (180,161,53). Sum of RGB (Red+Green+Blue) = 180+161+53=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 53 (21.09% from 255 or 13.45% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A135 is #4B5ECA. Grayscale: #9A9A9A. Windows color (decimal): -4939467 or 3514804. OLE color: 3514804.

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

Color convert

RGB 180 161 53 -
CMYK 0 0.11 0.71 0.29
HSL 51.02º 0.55% 0.46% -
HSV(B) 51.02º 0.71% 0.71% -
XYZ 32.21 35.45 8.51 -
YUV 154.37 70.79 146.28 -
System Red Green Blue C M Y K H S L
Decimal 180 161 53 0 0.11 0.71 0.29 51.02 0.55 0.46
Hex B4 A1 35 0 B 47 1D 33 37 2E
Octal 264 241 65 0 13 107 35 63 67 56
Binary 10110100 10100001 110101 0 1011 1000111 11101 110011 110111 101110

Color Harmonies of #B4A135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A135

Black with #B4A135

Text Example


Text Example

White with #B4A135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A135; }

 p { color: rgb(180,161,53); }

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

background-color css

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

 a { background-color: rgb(180,161,53); }

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

border-color css

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

 span { border-color: rgb(180,161,53); }

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