Html Css Color HEX #B1A83B Brass

📋 copy color: '#B1A83B'

red 177 ◦ green 168 ◦ blue 59

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

Shades of Brass #B1A83B

Tints of Brass #B1A83B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.58%

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

R = 43.81%
G = 41.58%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1A83B (or 0xB1A83B) is known color: Brass. HEX triplet: B1, A8 and 3B. RGB value is (177,168,59). Sum of RGB (Red+Green+Blue) = 177+168+59=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A83B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A83B is #4E57C4. Grayscale: #9E9E9E. Windows color (decimal): -5134277 or 3909809. OLE color: 3909809.

HSL color Cylindrical-coordinate representation of color #B1A83B: hue angle of 55.42º 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 #B1A83B is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 168 59 -
CMYK 0 0.05 0.67 0.31
HSL 55.42º 0.5% 0.46% -
HSV(B) 55.42º 0.67% 0.69% -
XYZ 32.92 37.67 9.67 -
YUV 158.27 71.98 141.36 -
System Red Green Blue C M Y K H S L
Decimal 177 168 59 0 0.05 0.67 0.31 55.42 0.5 0.46
Hex B1 A8 3B 0 5 43 1F 37 32 2E
Octal 261 250 73 0 5 103 37 67 62 56
Binary 10110001 10101000 111011 0 101 1000011 11111 110111 110010 101110

Color Harmonies of #B1A83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A83B

Black with #B1A83B

Text Example


Text Example

White with #B1A83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A83B; }

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

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

background-color css

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

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

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

border-color css

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

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

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