Html Css Color HEX #B7A93F Brass

📋 copy color: '#B7A93F'

red 183 ◦ green 169 ◦ blue 63

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

Shades of Brass #B7A93F

Tints of Brass #B7A93F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.72%

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

R = 44.1%
G = 40.72%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B7A93F (or 0xB7A93F) is known color: Brass. HEX triplet: B7, A9 and 3F. RGB value is (183,169,63). Sum of RGB (Red+Green+Blue) = 183+169+63=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A93F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A93F is #4856C0. Grayscale: #A1A1A1. Windows color (decimal): -4740801 or 4172215. OLE color: 4172215.

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

Color convert

RGB 183 169 63 -
CMYK 0 0.08 0.66 0.28
HSL 53º 0.49% 0.48% -
HSV(B) 53º 0.66% 0.72% -
XYZ 34.61 38.8 10.37 -
YUV 161.1 72.64 143.62 -
System Red Green Blue C M Y K H S L
Decimal 183 169 63 0 0.08 0.66 0.28 53 0.49 0.48
Hex B7 A9 3F 0 8 42 1C 35 31 30
Octal 267 251 77 0 10 102 34 65 61 60
Binary 10110111 10101001 111111 0 1000 1000010 11100 110101 110001 110000

Color Harmonies of #B7A93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A93F

Black with #B7A93F

Text Example


Text Example

White with #B7A93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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