Html Css Color HEX #B6A432 Brass

📋 copy color: '#B6A432'

red 182 ◦ green 164 ◦ blue 50

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

Shades of Brass #B6A432

Tints of Brass #B6A432

RGB

 RED value IS 182 (71.48% from 255) = 45.96%

 GREEN value IS 164 (64.45% from 255) = 41.41%

 BLUE value IS 50 (19.92% from 255) = 12.63%

R = 45.96%
G = 41.41%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B6A432 (or 0xB6A432) is known color: Brass. HEX triplet: B6, A4 and 32. RGB value is (182,164,50). Sum of RGB (Red+Green+Blue) = 182+164+50=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A432 is #495BCD. Grayscale: #9C9C9C. Windows color (decimal): -4807630 or 3318966. OLE color: 3318966.

HSL color Cylindrical-coordinate representation of color #B6A432: hue angle of 51.82º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B6A432 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 164 50 -
CMYK 0 0.10 0.73 0.29
HSL 51.82º 0.57% 0.45% -
HSV(B) 51.82º 0.73% 0.71% -
XYZ 33.14 36.73 8.36 -
YUV 156.39 67.96 146.27 -
System Red Green Blue C M Y K H S L
Decimal 182 164 50 0 0.10 0.73 0.29 51.82 0.57 0.45
Hex B6 A4 32 0 A 49 1D 34 39 2D
Octal 266 244 62 0 12 111 35 64 71 55
Binary 10110110 10100100 110010 0 1010 1001001 11101 110100 111001 101101

Color Harmonies of #B6A432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A432

Black with #B6A432

Text Example


Text Example

White with #B6A432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A432; }

 p { color: rgb(182,164,50); }

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

background-color css

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

 a { background-color: rgb(182,164,50); }

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

border-color css

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

 span { border-color: rgb(182,164,50); }

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