Html Css Color HEX #B7A53F Brass

📋 copy color: '#B7A53F'

red 183 ◦ green 165 ◦ blue 63

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

Shades of Brass #B7A53F

Tints of Brass #B7A53F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.15%

 BLUE value IS 63 (25% from 255) = 15.33%

R = 44.53%
G = 40.15%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B7A53F (or 0xB7A53F) is known color: Brass. HEX triplet: B7, A5 and 3F. RGB value is (183,165,63). Sum of RGB (Red+Green+Blue) = 183+165+63=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A53F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A53F is #485AC0. Grayscale: #9F9F9F. Windows color (decimal): -4741825 or 4171191. OLE color: 4171191.

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

Color convert

RGB 183 165 63 -
CMYK 0 0.10 0.66 0.28
HSL 51º 0.49% 0.48% -
HSV(B) 51º 0.66% 0.72% -
XYZ 33.88 37.34 10.12 -
YUV 158.75 73.96 145.29 -
System Red Green Blue C M Y K H S L
Decimal 183 165 63 0 0.10 0.66 0.28 51 0.49 0.48
Hex B7 A5 3F 0 A 42 1C 33 31 30
Octal 267 245 77 0 12 102 34 63 61 60
Binary 10110111 10100101 111111 0 1010 1000010 11100 110011 110001 110000

Color Harmonies of #B7A53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A53F

Black with #B7A53F

Text Example


Text Example

White with #B7A53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A53F; }

 p { color: rgb(183,165,63); }

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

background-color css

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

 a { background-color: rgb(183,165,63); }

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

border-color css

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

 span { border-color: rgb(183,165,63); }

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