Html Css Color HEX #B7A544 Brass

📋 copy color: '#B7A544'

red 183 ◦ green 165 ◦ blue 68

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

Shades of Brass #B7A544

Tints of Brass #B7A544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.35%

R = 43.99%
G = 39.66%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B7A544 (or 0xB7A544) is known color: Brass. HEX triplet: B7, A5 and 44. RGB value is (183,165,68). Sum of RGB (Red+Green+Blue) = 183+165+68=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A544 is #485ABB. Grayscale: #9F9F9F. Windows color (decimal): -4741820 or 4498871. OLE color: 4498871.

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

Color convert

RGB 183 165 68 -
CMYK 0 0.10 0.63 0.28
HSL 50.61º 0.46% 0.49% -
HSV(B) 50.61º 0.63% 0.72% -
XYZ 34.03 37.39 10.89 -
YUV 159.32 76.46 144.89 -
System Red Green Blue C M Y K H S L
Decimal 183 165 68 0 0.10 0.63 0.28 50.61 0.46 0.49
Hex B7 A5 44 0 A 3F 1C 33 2E 31
Octal 267 245 104 0 12 77 34 63 56 61
Binary 10110111 10100101 1000100 0 1010 111111 11100 110011 101110 110001

Color Harmonies of #B7A544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A544

Black with #B7A544

Text Example


Text Example

White with #B7A544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A544; }

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

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

background-color css

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

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

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

border-color css

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

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

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