Html Css Color HEX #B6A03C Brass

📋 copy color: '#B6A03C'

red 182 ◦ green 160 ◦ blue 60

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

Shades of Brass #B6A03C

Tints of Brass #B6A03C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.8%

 BLUE value IS 60 (23.83% from 255) = 14.93%

R = 45.27%
G = 39.8%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B6A03C (or 0xB6A03C) is known color: Brass. HEX triplet: B6, A0 and 3C. RGB value is (182,160,60). Sum of RGB (Red+Green+Blue) = 182+160+60=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A03C is #495FC3. Grayscale: #9B9B9B. Windows color (decimal): -4808644 or 3973302. OLE color: 3973302.

HSL color Cylindrical-coordinate representation of color #B6A03C: hue angle of 49.18º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6A03C is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 160 60 -
CMYK 0 0.12 0.67 0.29
HSL 49.18º 0.5% 0.47% -
HSV(B) 49.18º 0.67% 0.71% -
XYZ 32.68 35.41 9.39 -
YUV 155.18 74.29 147.13 -
System Red Green Blue C M Y K H S L
Decimal 182 160 60 0 0.12 0.67 0.29 49.18 0.5 0.47
Hex B6 A0 3C 0 C 43 1D 31 32 2F
Octal 266 240 74 0 14 103 35 61 62 57
Binary 10110110 10100000 111100 0 1100 1000011 11101 110001 110010 101111

Color Harmonies of #B6A03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A03C

Black with #B6A03C

Text Example


Text Example

White with #B6A03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A03C; }

 p { color: rgb(182,160,60); }

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

background-color css

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

 a { background-color: rgb(182,160,60); }

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

border-color css

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

 span { border-color: rgb(182,160,60); }

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