Html Css Color HEX #B1B433 Brass

📋 copy color: '#B1B433'

red 177 ◦ green 180 ◦ blue 51

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

Shades of Brass #B1B433

Tints of Brass #B1B433

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.12%

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

R = 43.38%
G = 44.12%
B = 12.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B1B433 (or 0xB1B433) is known color: Brass. HEX triplet: B1, B4 and 33. RGB value is (177,180,51). Sum of RGB (Red+Green+Blue) = 177+180+51=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B433 is #4E4BCC. Grayscale: #A4A4A4. Windows color (decimal): -5131213 or 3388593. OLE color: 3388593.

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

Color convert

RGB 177 180 51 -
CMYK 0.02 0 0.72 0.29
HSL 61.4º 0.56% 0.45% -
HSV(B) 61.4º 0.72% 0.71% -
XYZ 35.05 42.23 9.44 -
YUV 164.4 64.01 136.99 -
System Red Green Blue C M Y K H S L
Decimal 177 180 51 0.02 0 0.72 0.29 61.4 0.56 0.45
Hex B1 B4 33 2 0 48 1D 3D 38 2D
Octal 261 264 63 2 0 110 35 75 70 55
Binary 10110001 10110100 110011 10 0 1001000 11101 111101 111000 101101

Color Harmonies of #B1B433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B433

Black with #B1B433

Text Example


Text Example

White with #B1B433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B433; }

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

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

background-color css

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

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

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

border-color css

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

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

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