Html Css Color HEX #B7AF48 Brass

📋 copy color: '#B7AF48'

red 183 ◦ green 175 ◦ blue 72

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

Shades of Brass #B7AF48

Tints of Brass #B7AF48

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.7%

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

R = 42.56%
G = 40.7%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B7AF48 (or 0xB7AF48) is known color: Brass. HEX triplet: B7, AF and 48. RGB value is (183,175,72). Sum of RGB (Red+Green+Blue) = 183+175+72=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AF48 is #4850B7. Grayscale: #A6A6A6. Windows color (decimal): -4739256 or 4763575. OLE color: 4763575.

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

Color convert

RGB 183 175 72 -
CMYK 0 0.04 0.61 0.28
HSL 55.68º 0.44% 0.5% -
HSV(B) 55.68º 0.61% 0.72% -
XYZ 36.03 41.2 12.18 -
YUV 165.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 183 175 72 0 0.04 0.61 0.28 55.68 0.44 0.5
Hex B7 AF 48 0 4 3D 1C 38 2C 32
Octal 267 257 110 0 4 75 34 70 54 62
Binary 10110111 10101111 1001000 0 100 111101 11100 111000 101100 110010

Color Harmonies of #B7AF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF48

Black with #B7AF48

Text Example


Text Example

White with #B7AF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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