Html Css Color HEX #B7AC3C Brass

📋 copy color: '#B7AC3C'

red 183 ◦ green 172 ◦ blue 60

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

Shades of Brass #B7AC3C

Tints of Brass #B7AC3C

RGB

 RED value IS 183 (71.88% from 255) = 44.1%

 GREEN value IS 172 (67.58% from 255) = 41.45%

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

R = 44.1%
G = 41.45%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B7AC3C (or 0xB7AC3C) is known color: Brass. HEX triplet: B7, AC and 3C. RGB value is (183,172,60). Sum of RGB (Red+Green+Blue) = 183+172+60=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AC3C is #4853C3. Grayscale: #A2A2A2. Windows color (decimal): -4740036 or 3976375. OLE color: 3976375.

HSL color Cylindrical-coordinate representation of color #B7AC3C: hue angle of 54.63º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7AC3C is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 172 60 -
CMYK 0 0.06 0.67 0.28
HSL 54.63º 0.51% 0.48% -
HSV(B) 54.63º 0.67% 0.72% -
XYZ 35.1 39.9 10.13 -
YUV 162.52 70.14 142.61 -
System Red Green Blue C M Y K H S L
Decimal 183 172 60 0 0.06 0.67 0.28 54.63 0.51 0.48
Hex B7 AC 3C 0 6 43 1C 37 33 30
Octal 267 254 74 0 6 103 34 67 63 60
Binary 10110111 10101100 111100 0 110 1000011 11100 110111 110011 110000

Color Harmonies of #B7AC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AC3C

Black with #B7AC3C

Text Example


Text Example

White with #B7AC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AC3C; }

 p { color: rgb(183,172,60); }

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

background-color css

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

 a { background-color: rgb(183,172,60); }

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

border-color css

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

 span { border-color: rgb(183,172,60); }

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