Html Css Color HEX #B7A333 Brass

📋 copy color: '#B7A333'

red 183 ◦ green 163 ◦ blue 51

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

Shades of Brass #B7A333

Tints of Brass #B7A333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.85%

R = 46.1%
G = 41.06%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B7A333 (or 0xB7A333) is known color: Brass. HEX triplet: B7, A3 and 33. RGB value is (183,163,51). Sum of RGB (Red+Green+Blue) = 183+163+51=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 51 (20.31% from 255 or 12.85% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A333 is #485CCC. Grayscale: #9C9C9C. Windows color (decimal): -4742349 or 3384247. OLE color: 3384247.

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

Color convert

RGB 183 163 51 -
CMYK 0 0.11 0.72 0.28
HSL 50.91º 0.56% 0.46% -
HSV(B) 50.91º 0.72% 0.72% -
XYZ 33.22 36.5 8.43 -
YUV 156.21 68.63 147.11 -
System Red Green Blue C M Y K H S L
Decimal 183 163 51 0 0.11 0.72 0.28 50.91 0.56 0.46
Hex B7 A3 33 0 B 48 1C 33 38 2E
Octal 267 243 63 0 13 110 34 63 70 56
Binary 10110111 10100011 110011 0 1011 1001000 11100 110011 111000 101110

Color Harmonies of #B7A333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A333

Black with #B7A333

Text Example


Text Example

White with #B7A333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A333; }

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

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

background-color css

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

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

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

border-color css

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

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

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