Html Css Color HEX #B3AD42 Brass

📋 copy color: '#B3AD42'

red 179 ◦ green 173 ◦ blue 66

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

Shades of Brass #B3AD42

Tints of Brass #B3AD42

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.39%

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

R = 42.82%
G = 41.39%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B3AD42 (or 0xB3AD42) is known color: Brass. HEX triplet: B3, AD and 42. RGB value is (179,173,66). Sum of RGB (Red+Green+Blue) = 179+173+66=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AD42 is #4C52BD. Grayscale: #A3A3A3. Windows color (decimal): -5001918 or 4369843. OLE color: 4369843.

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

Color convert

RGB 179 173 66 -
CMYK 0 0.03 0.63 0.30
HSL 56.81º 0.46% 0.48% -
HSV(B) 56.81º 0.63% 0.7% -
XYZ 34.52 39.86 11.03 -
YUV 162.6 73.49 139.7 -
System Red Green Blue C M Y K H S L
Decimal 179 173 66 0 0.03 0.63 0.30 56.81 0.46 0.48
Hex B3 AD 42 0 3 3F 1E 39 2E 30
Octal 263 255 102 0 3 77 36 71 56 60
Binary 10110011 10101101 1000010 0 11 111111 11110 111001 101110 110000

Color Harmonies of #B3AD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AD42

Black with #B3AD42

Text Example


Text Example

White with #B3AD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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