Html Css Color HEX #B7AA38 Brass

📋 copy color: '#B7AA38'

red 183 ◦ green 170 ◦ blue 56

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

Shades of Brass #B7AA38

Tints of Brass #B7AA38

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.56%

 BLUE value IS 56 (22.27% from 255) = 13.69%

R = 44.74%
G = 41.56%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B7AA38 (or 0xB7AA38) is known color: Brass. HEX triplet: B7, AA and 38. RGB value is (183,170,56). Sum of RGB (Red+Green+Blue) = 183+170+56=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 56 (22.27% from 255 or 13.69% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AA38 is #4855C7. Grayscale: #A1A1A1. Windows color (decimal): -4740552 or 3713719. OLE color: 3713719.

HSL color Cylindrical-coordinate representation of color #B7AA38: hue angle of 53.86º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7AA38 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 170 56 -
CMYK 0 0.07 0.69 0.28
HSL 53.86º 0.53% 0.47% -
HSV(B) 53.86º 0.69% 0.72% -
XYZ 34.62 39.1 9.46 -
YUV 160.89 68.81 143.77 -
System Red Green Blue C M Y K H S L
Decimal 183 170 56 0 0.07 0.69 0.28 53.86 0.53 0.47
Hex B7 AA 38 0 7 45 1C 36 35 2F
Octal 267 252 70 0 7 105 34 66 65 57
Binary 10110111 10101010 111000 0 111 1000101 11100 110110 110101 101111

Color Harmonies of #B7AA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AA38

Black with #B7AA38

Text Example


Text Example

White with #B7AA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AA38; }

 p { color: rgb(183,170,56); }

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

background-color css

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

 a { background-color: rgb(183,170,56); }

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

border-color css

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

 span { border-color: rgb(183,170,56); }

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