Html Css Color HEX #B1B241 Brass

📋 copy color: '#B1B241'

red 177 ◦ green 178 ◦ blue 65

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

Shades of Brass #B1B241

Tints of Brass #B1B241

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.38%

 BLUE value IS 65 (25.78% from 255) = 15.48%

R = 42.14%
G = 42.38%
B = 15.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B1B241 (or 0xB1B241) is known color: Brass. HEX triplet: B1, B2 and 41. RGB value is (177,178,65). Sum of RGB (Red+Green+Blue) = 177+178+65=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B241 is #4E4DBE. Grayscale: #A5A5A5. Windows color (decimal): -5131711 or 4305585. OLE color: 4305585.

HSL color Cylindrical-coordinate representation of color #B1B241: hue angle of 60.53º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B1B241 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 178 65 -
CMYK 0.01 0 0.63 0.30
HSL 60.53º 0.47% 0.48% -
HSV(B) 60.53º 0.63% 0.7% -
XYZ 35.01 41.57 11.18 -
YUV 164.82 71.67 136.69 -
System Red Green Blue C M Y K H S L
Decimal 177 178 65 0.01 0 0.63 0.30 60.53 0.47 0.48
Hex B1 B2 41 1 0 3F 1E 3D 2F 30
Octal 261 262 101 1 0 77 36 75 57 60
Binary 10110001 10110010 1000001 1 0 111111 11110 111101 101111 110000

Color Harmonies of #B1B241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B241

Black with #B1B241

Text Example


Text Example

White with #B1B241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B241; }

 p { color: rgb(177,178,65); }

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

background-color css

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

 a { background-color: rgb(177,178,65); }

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

border-color css

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

 span { border-color: rgb(177,178,65); }

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