Html Css Color HEX #B1A43B Brass

📋 copy color: '#B1A43B'

red 177 ◦ green 164 ◦ blue 59

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

Shades of Brass #B1A43B

Tints of Brass #B1A43B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41%

 BLUE value IS 59 (23.44% from 255) = 14.75%

R = 44.25%
G = 41%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1A43B (or 0xB1A43B) is known color: Brass. HEX triplet: B1, A4 and 3B. RGB value is (177,164,59). Sum of RGB (Red+Green+Blue) = 177+164+59=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A43B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A43B is #4E5BC4. Grayscale: #9C9C9C. Windows color (decimal): -5135301 or 3908785. OLE color: 3908785.

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

Color convert

RGB 177 164 59 -
CMYK 0 0.07 0.67 0.31
HSL 53.39º 0.5% 0.46% -
HSV(B) 53.39º 0.67% 0.69% -
XYZ 32.2 36.21 9.43 -
YUV 155.92 73.31 143.04 -
System Red Green Blue C M Y K H S L
Decimal 177 164 59 0 0.07 0.67 0.31 53.39 0.5 0.46
Hex B1 A4 3B 0 7 43 1F 35 32 2E
Octal 261 244 73 0 7 103 37 65 62 56
Binary 10110001 10100100 111011 0 111 1000011 11111 110101 110010 101110

Color Harmonies of #B1A43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A43B

Black with #B1A43B

Text Example


Text Example

White with #B1A43B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A43B; }

 p { color: rgb(177,164,59); }

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

background-color css

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

 a { background-color: rgb(177,164,59); }

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

border-color css

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

 span { border-color: rgb(177,164,59); }

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