Html Css Color HEX #B2AD42 Brass

📋 copy color: '#B2AD42'

red 178 ◦ green 173 ◦ blue 66

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

Shades of Brass #B2AD42

Tints of Brass #B2AD42

RGB

 RED value IS 178 (69.92% from 255) = 42.69%

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

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

R = 42.69%
G = 41.49%
B = 15.83%

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

#B2AD42 (or 0xB2AD42) is known color: Brass. HEX triplet: B2, AD and 42. RGB value is (178,173,66). Sum of RGB (Red+Green+Blue) = 178+173+66=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AD42 is #4D52BD. Grayscale: #A2A2A2. Windows color (decimal): -5067454 or 4369842. OLE color: 4369842.

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

Color convert

RGB 178 173 66 -
CMYK 0 0.03 0.63 0.30
HSL 57.32º 0.46% 0.48% -
HSV(B) 57.32º 0.63% 0.7% -
XYZ 34.29 39.75 11.02 -
YUV 162.3 73.66 139.2 -
System Red Green Blue C M Y K H S L
Decimal 178 173 66 0 0.03 0.63 0.30 57.32 0.46 0.48
Hex B2 AD 42 0 3 3F 1E 39 2E 30
Octal 262 255 102 0 3 77 36 71 56 60
Binary 10110010 10101101 1000010 0 11 111111 11110 111001 101110 110000

Color Harmonies of #B2AD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD42

Black with #B2AD42

Text Example


Text Example

White with #B2AD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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