Html Css Color HEX #B7A73F Brass

📋 copy color: '#B7A73F'

red 183 ◦ green 167 ◦ blue 63

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

Shades of Brass #B7A73F

Tints of Brass #B7A73F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.44%

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

R = 44.31%
G = 40.44%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B7A73F (or 0xB7A73F) is known color: Brass. HEX triplet: B7, A7 and 3F. RGB value is (183,167,63). Sum of RGB (Red+Green+Blue) = 183+167+63=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A73F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A73F is #4858C0. Grayscale: #A0A0A0. Windows color (decimal): -4741313 or 4171703. OLE color: 4171703.

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

Color convert

RGB 183 167 63 -
CMYK 0 0.09 0.66 0.28
HSL 52º 0.49% 0.48% -
HSV(B) 52º 0.66% 0.72% -
XYZ 34.24 38.06 10.24 -
YUV 159.93 73.3 144.46 -
System Red Green Blue C M Y K H S L
Decimal 183 167 63 0 0.09 0.66 0.28 52 0.49 0.48
Hex B7 A7 3F 0 9 42 1C 34 31 30
Octal 267 247 77 0 11 102 34 64 61 60
Binary 10110111 10100111 111111 0 1001 1000010 11100 110100 110001 110000

Color Harmonies of #B7A73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A73F

Black with #B7A73F

Text Example


Text Example

White with #B7A73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A73F; }

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

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

background-color css

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

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

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

border-color css

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

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

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