Html Css Color HEX #B2AD43 Brass

📋 copy color: '#B2AD43'

red 178 ◦ green 173 ◦ blue 67

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

Shades of Brass #B2AD43

Tints of Brass #B2AD43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.03%

R = 42.58%
G = 41.39%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B2AD43 (or 0xB2AD43) is known color: Brass. HEX triplet: B2, AD and 43. RGB value is (178,173,67). Sum of RGB (Red+Green+Blue) = 178+173+67=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 67 (26.56% from 255 or 16.03% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AD43 is #4D52BC. Grayscale: #A2A2A2. Windows color (decimal): -5067453 or 4435378. OLE color: 4435378.

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

Color convert

RGB 178 173 67 -
CMYK 0 0.03 0.62 0.30
HSL 57.3º 0.45% 0.48% -
HSV(B) 57.3º 0.62% 0.7% -
XYZ 34.32 39.76 11.18 -
YUV 162.41 74.16 139.12 -
System Red Green Blue C M Y K H S L
Decimal 178 173 67 0 0.03 0.62 0.30 57.3 0.45 0.48
Hex B2 AD 43 0 3 3E 1E 39 2D 30
Octal 262 255 103 0 3 76 36 71 55 60
Binary 10110010 10101101 1000011 0 11 111110 11110 111001 101101 110000

Color Harmonies of #B2AD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD43

Black with #B2AD43

Text Example


Text Example

White with #B2AD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD43; }

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

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

background-color css

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

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

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

border-color css

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

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

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