Html Css Color HEX #B3AF33 Brass

📋 copy color: '#B3AF33'

red 179 ◦ green 175 ◦ blue 51

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

Shades of Brass #B3AF33

Tints of Brass #B3AF33

RGB

 RED value IS 179 (70.31% from 255) = 44.2%

 GREEN value IS 175 (68.75% from 255) = 43.21%

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

R = 44.2%
G = 43.21%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B3AF33 (or 0xB3AF33) is known color: Brass. HEX triplet: B3, AF and 33. RGB value is (179,175,51). Sum of RGB (Red+Green+Blue) = 179+175+51=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 51 (20.31% from 255 or 12.59% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AF33 is #4C50CC. Grayscale: #A2A2A2. Windows color (decimal): -5001421 or 3387315. OLE color: 3387315.

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

Color convert

RGB 179 175 51 -
CMYK 0 0.02 0.72 0.30
HSL 58.13º 0.56% 0.45% -
HSV(B) 58.13º 0.72% 0.7% -
XYZ 34.52 40.48 9.13 -
YUV 162.06 65.33 140.08 -
System Red Green Blue C M Y K H S L
Decimal 179 175 51 0 0.02 0.72 0.30 58.13 0.56 0.45
Hex B3 AF 33 0 2 48 1E 3A 38 2D
Octal 263 257 63 0 2 110 36 72 70 55
Binary 10110011 10101111 110011 0 10 1001000 11110 111010 111000 101101

Color Harmonies of #B3AF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AF33

Black with #B3AF33

Text Example


Text Example

White with #B3AF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AF33; }

 p { color: rgb(179,175,51); }

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

background-color css

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

 a { background-color: rgb(179,175,51); }

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

border-color css

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

 span { border-color: rgb(179,175,51); }

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