Html Css Color HEX #B1A245 Brass

📋 copy color: '#B1A245'

red 177 ◦ green 162 ◦ blue 69

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

Shades of Brass #B1A245

Tints of Brass #B1A245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.91%

R = 43.38%
G = 39.71%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B1A245 (or 0xB1A245) is known color: Brass. HEX triplet: B1, A2 and 45. RGB value is (177,162,69). Sum of RGB (Red+Green+Blue) = 177+162+69=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A245 is #4E5DBA. Grayscale: #9C9C9C. Windows color (decimal): -5135803 or 4563633. OLE color: 4563633.

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

Color convert

RGB 177 162 69 -
CMYK 0 0.08 0.61 0.31
HSL 51.67º 0.44% 0.48% -
HSV(B) 51.67º 0.61% 0.69% -
XYZ 32.13 35.62 10.81 -
YUV 155.88 78.97 143.06 -
System Red Green Blue C M Y K H S L
Decimal 177 162 69 0 0.08 0.61 0.31 51.67 0.44 0.48
Hex B1 A2 45 0 8 3D 1F 34 2C 30
Octal 261 242 105 0 10 75 37 64 54 60
Binary 10110001 10100010 1000101 0 1000 111101 11111 110100 101100 110000

Color Harmonies of #B1A245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A245

Black with #B1A245

Text Example


Text Example

White with #B1A245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A245; }

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

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

background-color css

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

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

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

border-color css

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

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

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