Html Css Color HEX #B7A13D Brass

📋 copy color: '#B7A13D'

red 183 ◦ green 161 ◦ blue 61

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

Shades of Brass #B7A13D

Tints of Brass #B7A13D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.75%

 BLUE value IS 61 (24.22% from 255) = 15.06%

R = 45.19%
G = 39.75%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B7A13D (or 0xB7A13D) is known color: Brass. HEX triplet: B7, A1 and 3D. RGB value is (183,161,61). Sum of RGB (Red+Green+Blue) = 183+161+61=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A13D is #485EC2. Grayscale: #9C9C9C. Windows color (decimal): -4742851 or 4039095. OLE color: 4039095.

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

Color convert

RGB 183 161 61 -
CMYK 0 0.12 0.67 0.28
HSL 49.18º 0.5% 0.48% -
HSV(B) 49.18º 0.67% 0.72% -
XYZ 33.12 35.89 9.6 -
YUV 156.18 74.29 147.13 -
System Red Green Blue C M Y K H S L
Decimal 183 161 61 0 0.12 0.67 0.28 49.18 0.5 0.48
Hex B7 A1 3D 0 C 43 1C 31 32 30
Octal 267 241 75 0 14 103 34 61 62 60
Binary 10110111 10100001 111101 0 1100 1000011 11100 110001 110010 110000

Color Harmonies of #B7A13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A13D

Black with #B7A13D

Text Example


Text Example

White with #B7A13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A13D; }

 p { color: rgb(183,161,61); }

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

background-color css

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

 a { background-color: rgb(183,161,61); }

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

border-color css

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

 span { border-color: rgb(183,161,61); }

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