Html Css Color HEX #B1A23A Brass

📋 copy color: '#B1A23A'

red 177 ◦ green 162 ◦ blue 58

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

Shades of Brass #B1A23A

Tints of Brass #B1A23A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.61%

R = 44.58%
G = 40.81%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1A23A (or 0xB1A23A) is known color: Brass. HEX triplet: B1, A2 and 3A. RGB value is (177,162,58). Sum of RGB (Red+Green+Blue) = 177+162+58=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A23A is #4E5DC5. Grayscale: #9B9B9B. Windows color (decimal): -5135814 or 3842737. OLE color: 3842737.

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

Color convert

RGB 177 162 58 -
CMYK 0 0.08 0.67 0.31
HSL 52.44º 0.51% 0.46% -
HSV(B) 52.44º 0.67% 0.69% -
XYZ 31.82 35.49 9.18 -
YUV 154.63 73.47 143.96 -
System Red Green Blue C M Y K H S L
Decimal 177 162 58 0 0.08 0.67 0.31 52.44 0.51 0.46
Hex B1 A2 3A 0 8 43 1F 34 33 2E
Octal 261 242 72 0 10 103 37 64 63 56
Binary 10110001 10100010 111010 0 1000 1000011 11111 110100 110011 101110

Color Harmonies of #B1A23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A23A

Black with #B1A23A

Text Example


Text Example

White with #B1A23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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