Html Css Color HEX #B7A13A Brass

📋 copy color: '#B7A13A'

red 183 ◦ green 161 ◦ blue 58

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

Shades of Brass #B7A13A

Tints of Brass #B7A13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.43%

R = 45.52%
G = 40.05%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7A13A (or 0xB7A13A) is known color: Brass. HEX triplet: B7, A1 and 3A. RGB value is (183,161,58). Sum of RGB (Red+Green+Blue) = 183+161+58=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 58 (23.05% from 255 or 14.43% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A13A is #485EC5. Grayscale: #9C9C9C. Windows color (decimal): -4742854 or 3842487. OLE color: 3842487.

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

Color convert

RGB 183 161 58 -
CMYK 0 0.12 0.68 0.28
HSL 49.44º 0.52% 0.47% -
HSV(B) 49.44º 0.68% 0.72% -
XYZ 33.04 35.86 9.18 -
YUV 155.84 72.79 147.38 -
System Red Green Blue C M Y K H S L
Decimal 183 161 58 0 0.12 0.68 0.28 49.44 0.52 0.47
Hex B7 A1 3A 0 C 44 1C 31 34 2F
Octal 267 241 72 0 14 104 34 61 64 57
Binary 10110111 10100001 111010 0 1100 1000100 11100 110001 110100 101111

Color Harmonies of #B7A13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A13A

Black with #B7A13A

Text Example


Text Example

White with #B7A13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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