Html Css Color HEX #B1A24B Brass

📋 copy color: '#B1A24B'

red 177 ◦ green 162 ◦ blue 75

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

Shades of Brass #B1A24B

Tints of Brass #B1A24B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.13%

 BLUE value IS 75 (29.69% from 255) = 18.12%

R = 42.75%
G = 39.13%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1A24B (or 0xB1A24B) is known color: Brass. HEX triplet: B1, A2 and 4B. RGB value is (177,162,75). Sum of RGB (Red+Green+Blue) = 177+162+75=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A24B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A24B is #4E5DB4. Grayscale: #9C9C9C. Windows color (decimal): -5135797 or 4956849. OLE color: 4956849.

HSL color Cylindrical-coordinate representation of color #B1A24B: hue angle of 51.18º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1A24B is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 162 75 -
CMYK 0 0.08 0.58 0.31
HSL 51.18º 0.4% 0.49% -
HSV(B) 51.18º 0.58% 0.69% -
XYZ 32.32 35.7 11.84 -
YUV 156.57 81.97 142.57 -
System Red Green Blue C M Y K H S L
Decimal 177 162 75 0 0.08 0.58 0.31 51.18 0.4 0.49
Hex B1 A2 4B 0 8 3A 1F 33 28 31
Octal 261 242 113 0 10 72 37 63 50 61
Binary 10110001 10100010 1001011 0 1000 111010 11111 110011 101000 110001

Color Harmonies of #B1A24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A24B

Black with #B1A24B

Text Example


Text Example

White with #B1A24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A24B; }

 p { color: rgb(177,162,75); }

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

background-color css

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

 a { background-color: rgb(177,162,75); }

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

border-color css

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

 span { border-color: rgb(177,162,75); }

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