Html Css Color HEX #B1A935 Brass

📋 copy color: '#B1A935'

red 177 ◦ green 169 ◦ blue 53

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

Shades of Brass #B1A935

Tints of Brass #B1A935

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.36%

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

R = 44.36%
G = 42.36%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B1A935 (or 0xB1A935) is known color: Brass. HEX triplet: B1, A9 and 35. RGB value is (177,169,53). Sum of RGB (Red+Green+Blue) = 177+169+53=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A935 is #4E56CA. Grayscale: #9E9E9E. Windows color (decimal): -5134027 or 3516849. OLE color: 3516849.

HSL color Cylindrical-coordinate representation of color #B1A935: hue angle of 56.13º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1A935 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 169 53 -
CMYK 0 0.05 0.70 0.31
HSL 56.13º 0.54% 0.45% -
HSV(B) 56.13º 0.7% 0.69% -
XYZ 32.96 37.98 8.96 -
YUV 158.17 68.65 141.43 -
System Red Green Blue C M Y K H S L
Decimal 177 169 53 0 0.05 0.70 0.31 56.13 0.54 0.45
Hex B1 A9 35 0 5 46 1F 38 36 2D
Octal 261 251 65 0 5 106 37 70 66 55
Binary 10110001 10101001 110101 0 101 1000110 11111 111000 110110 101101

Color Harmonies of #B1A935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A935

Black with #B1A935

Text Example


Text Example

White with #B1A935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A935; }

 p { color: rgb(177,169,53); }

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

background-color css

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

 a { background-color: rgb(177,169,53); }

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

border-color css

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

 span { border-color: rgb(177,169,53); }

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