Html Css Color HEX #B1B23E Brass

📋 copy color: '#B1B23E'

red 177 ◦ green 178 ◦ blue 62

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

Shades of Brass #B1B23E

Tints of Brass #B1B23E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.87%

R = 42.45%
G = 42.69%
B = 14.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B1B23E (or 0xB1B23E) is known color: Brass. HEX triplet: B1, B2 and 3E. RGB value is (177,178,62). Sum of RGB (Red+Green+Blue) = 177+178+62=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B23E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B23E is #4E4DC1. Grayscale: #A4A4A4. Windows color (decimal): -5131714 or 4108977. OLE color: 4108977.

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

Color convert

RGB 177 178 62 -
CMYK 0.01 0 0.65 0.30
HSL 60.52º 0.48% 0.47% -
HSV(B) 60.52º 0.65% 0.7% -
XYZ 34.92 41.54 10.73 -
YUV 164.48 70.17 136.93 -
System Red Green Blue C M Y K H S L
Decimal 177 178 62 0.01 0 0.65 0.30 60.52 0.48 0.47
Hex B1 B2 3E 1 0 41 1E 3D 30 2F
Octal 261 262 76 1 0 101 36 75 60 57
Binary 10110001 10110010 111110 1 0 1000001 11110 111101 110000 101111

Color Harmonies of #B1B23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B23E

Black with #B1B23E

Text Example


Text Example

White with #B1B23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B23E; }

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

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

background-color css

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

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

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

border-color css

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

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

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