Html Css Color HEX #B1B633 Brass

📋 copy color: '#B1B633'

red 177 ◦ green 182 ◦ blue 51

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

Shades of Brass #B1B633

Tints of Brass #B1B633

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.39%

 BLUE value IS 51 (20.31% from 255) = 12.44%

R = 43.17%
G = 44.39%
B = 12.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B1B633 (or 0xB1B633) is known color: Brass. HEX triplet: B1, B6 and 33. RGB value is (177,182,51). Sum of RGB (Red+Green+Blue) = 177+182+51=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 51 (20.31% from 255 or 12.44% from 410); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B633 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B633 is #4E49CC. Grayscale: #A6A6A6. Windows color (decimal): -5130701 or 3389105. OLE color: 3389105.

HSL color Cylindrical-coordinate representation of color #B1B633: hue angle of 62.29º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1B633 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 182 51 -
CMYK 0.03 0 0.72 0.29
HSL 62.29º 0.56% 0.46% -
HSV(B) 62.29º 0.72% 0.71% -
XYZ 35.46 43.04 9.57 -
YUV 165.57 63.34 136.15 -
System Red Green Blue C M Y K H S L
Decimal 177 182 51 0.03 0 0.72 0.29 62.29 0.56 0.46
Hex B1 B6 33 3 0 48 1D 3E 38 2E
Octal 261 266 63 3 0 110 35 76 70 56
Binary 10110001 10110110 110011 11 0 1001000 11101 111110 111000 101110

Color Harmonies of #B1B633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B633

Black with #B1B633

Text Example


Text Example

White with #B1B633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B633; }

 p { color: rgb(177,182,51); }

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

background-color css

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

 a { background-color: rgb(177,182,51); }

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

border-color css

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

 span { border-color: rgb(177,182,51); }

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