Html Css Color HEX #B1A53E Brass

📋 copy color: '#B1A53E'

red 177 ◦ green 165 ◦ blue 62

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

Shades of Brass #B1A53E

Tints of Brass #B1A53E

RGB

 RED value IS 177 (69.53% from 255) = 43.81%

 GREEN value IS 165 (64.84% from 255) = 40.84%

 BLUE value IS 62 (24.61% from 255) = 15.35%

R = 43.81%
G = 40.84%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1A53E (or 0xB1A53E) is known color: Brass. HEX triplet: B1, A5 and 3E. RGB value is (177,165,62). Sum of RGB (Red+Green+Blue) = 177+165+62=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A53E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A53E is #4E5AC1. Grayscale: #9D9D9D. Windows color (decimal): -5135042 or 4105649. OLE color: 4105649.

HSL color Cylindrical-coordinate representation of color #B1A53E: hue angle of 53.74º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B1A53E is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 165 62 -
CMYK 0 0.07 0.65 0.31
HSL 53.74º 0.48% 0.47% -
HSV(B) 53.74º 0.65% 0.69% -
XYZ 32.46 36.61 9.91 -
YUV 156.85 74.48 142.38 -
System Red Green Blue C M Y K H S L
Decimal 177 165 62 0 0.07 0.65 0.31 53.74 0.48 0.47
Hex B1 A5 3E 0 7 41 1F 36 30 2F
Octal 261 245 76 0 7 101 37 66 60 57
Binary 10110001 10100101 111110 0 111 1000001 11111 110110 110000 101111

Color Harmonies of #B1A53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A53E

Black with #B1A53E

Text Example


Text Example

White with #B1A53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A53E; }

 p { color: rgb(177,165,62); }

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

background-color css

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

 a { background-color: rgb(177,165,62); }

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

border-color css

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

 span { border-color: rgb(177,165,62); }

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