Html Css Color HEX #B3AB42 Brass

📋 copy color: '#B3AB42'

red 179 ◦ green 171 ◦ blue 66

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

Shades of Brass #B3AB42

Tints of Brass #B3AB42

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.11%

 BLUE value IS 66 (26.17% from 255) = 15.87%

R = 43.03%
G = 41.11%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B3AB42 (or 0xB3AB42) is known color: Brass. HEX triplet: B3, AB and 42. RGB value is (179,171,66). Sum of RGB (Red+Green+Blue) = 179+171+66=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AB42 is #4C54BD. Grayscale: #A1A1A1. Windows color (decimal): -5002430 or 4369331. OLE color: 4369331.

HSL color Cylindrical-coordinate representation of color #B3AB42: hue angle of 55.75º degrees, saturation: 0.46, 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 #B3AB42 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 171 66 -
CMYK 0 0.04 0.63 0.30
HSL 55.75º 0.46% 0.48% -
HSV(B) 55.75º 0.63% 0.7% -
XYZ 34.14 39.1 10.9 -
YUV 161.42 74.15 140.54 -
System Red Green Blue C M Y K H S L
Decimal 179 171 66 0 0.04 0.63 0.30 55.75 0.46 0.48
Hex B3 AB 42 0 4 3F 1E 38 2E 30
Octal 263 253 102 0 4 77 36 70 56 60
Binary 10110011 10101011 1000010 0 100 111111 11110 111000 101110 110000

Color Harmonies of #B3AB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AB42

Black with #B3AB42

Text Example


Text Example

White with #B3AB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AB42; }

 p { color: rgb(179,171,66); }

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

background-color css

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

 a { background-color: rgb(179,171,66); }

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

border-color css

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

 span { border-color: rgb(179,171,66); }

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