Html Css Color HEX #B7A248 Brass

📋 copy color: '#B7A248'

red 183 ◦ green 162 ◦ blue 72

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

Shades of Brass #B7A248

Tints of Brass #B7A248

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.85%

 BLUE value IS 72 (28.52% from 255) = 17.27%

R = 43.88%
G = 38.85%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B7A248 (or 0xB7A248) is known color: Brass. HEX triplet: B7, A2 and 48. RGB value is (183,162,72). Sum of RGB (Red+Green+Blue) = 183+162+72=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A248 is #485DB7. Grayscale: #9E9E9E. Windows color (decimal): -4742584 or 4760247. OLE color: 4760247.

HSL color Cylindrical-coordinate representation of color #B7A248: hue angle of 48.65º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7A248 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 162 72 -
CMYK 0 0.11 0.61 0.28
HSL 48.65º 0.44% 0.5% -
HSV(B) 48.65º 0.61% 0.72% -
XYZ 33.62 36.38 11.38 -
YUV 158.02 79.46 145.82 -
System Red Green Blue C M Y K H S L
Decimal 183 162 72 0 0.11 0.61 0.28 48.65 0.44 0.5
Hex B7 A2 48 0 B 3D 1C 31 2C 32
Octal 267 242 110 0 13 75 34 61 54 62
Binary 10110111 10100010 1001000 0 1011 111101 11100 110001 101100 110010

Color Harmonies of #B7A248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A248

Black with #B7A248

Text Example


Text Example

White with #B7A248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A248; }

 p { color: rgb(183,162,72); }

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

background-color css

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

 a { background-color: rgb(183,162,72); }

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

border-color css

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

 span { border-color: rgb(183,162,72); }

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