Html Css Color HEX #B7A43C Brass

📋 copy color: '#B7A43C'

red 183 ◦ green 164 ◦ blue 60

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

Shades of Brass #B7A43C

Tints of Brass #B7A43C

RGB

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

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

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

R = 44.96%
G = 40.29%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B7A43C (or 0xB7A43C) is known color: Brass. HEX triplet: B7, A4 and 3C. RGB value is (183,164,60). Sum of RGB (Red+Green+Blue) = 183+164+60=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A43C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A43C is #485BC3. Grayscale: #9E9E9E. Windows color (decimal): -4742084 or 3974327. OLE color: 3974327.

HSL color Cylindrical-coordinate representation of color #B7A43C: hue angle of 50.73º 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 #B7A43C is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 164 60 -
CMYK 0 0.10 0.67 0.28
HSL 50.73º 0.51% 0.48% -
HSV(B) 50.73º 0.67% 0.72% -
XYZ 33.62 36.94 9.63 -
YUV 157.83 72.79 145.96 -
System Red Green Blue C M Y K H S L
Decimal 183 164 60 0 0.10 0.67 0.28 50.73 0.51 0.48
Hex B7 A4 3C 0 A 43 1C 33 33 30
Octal 267 244 74 0 12 103 34 63 63 60
Binary 10110111 10100100 111100 0 1010 1000011 11100 110011 110011 110000

Color Harmonies of #B7A43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A43C

Black with #B7A43C

Text Example


Text Example

White with #B7A43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A43C; }

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

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

background-color css

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

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

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

border-color css

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

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

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