Html Css Color HEX #B7A332 Brass

📋 copy color: '#B7A332'

red 183 ◦ green 163 ◦ blue 50

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

Shades of Brass #B7A332

Tints of Brass #B7A332

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.16%

 BLUE value IS 50 (19.92% from 255) = 12.63%

R = 46.21%
G = 41.16%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B7A332 (or 0xB7A332) is known color: Brass. HEX triplet: B7, A3 and 32. RGB value is (183,163,50). Sum of RGB (Red+Green+Blue) = 183+163+50=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A332 is #485CCD. Grayscale: #9C9C9C. Windows color (decimal): -4742350 or 3318711. OLE color: 3318711.

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

Color convert

RGB 183 163 50 -
CMYK 0 0.11 0.73 0.28
HSL 50.98º 0.57% 0.46% -
HSV(B) 50.98º 0.73% 0.72% -
XYZ 33.2 36.49 8.31 -
YUV 156.1 68.13 147.19 -
System Red Green Blue C M Y K H S L
Decimal 183 163 50 0 0.11 0.73 0.28 50.98 0.57 0.46
Hex B7 A3 32 0 B 49 1C 33 39 2E
Octal 267 243 62 0 13 111 34 63 71 56
Binary 10110111 10100011 110010 0 1011 1001001 11100 110011 111001 101110

Color Harmonies of #B7A332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A332

Black with #B7A332

Text Example


Text Example

White with #B7A332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A332; }

 p { color: rgb(183,163,50); }

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

background-color css

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

 a { background-color: rgb(183,163,50); }

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

border-color css

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

 span { border-color: rgb(183,163,50); }

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