Html Css Color HEX #B7A334 Brass

📋 copy color: '#B7A334'

red 183 ◦ green 163 ◦ blue 52

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

Shades of Brass #B7A334

Tints of Brass #B7A334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.07%

R = 45.98%
G = 40.95%
B = 13.07%

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

#B7A334 (or 0xB7A334) is known color: Brass. HEX triplet: B7, A3 and 34. RGB value is (183,163,52). Sum of RGB (Red+Green+Blue) = 183+163+52=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A334 is #485CCB. Grayscale: #9C9C9C. Windows color (decimal): -4742348 or 3449783. OLE color: 3449783.

HSL color Cylindrical-coordinate representation of color #B7A334: hue angle of 50.84º 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 #B7A334 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 163 52 -
CMYK 0 0.11 0.72 0.28
HSL 50.84º 0.56% 0.46% -
HSV(B) 50.84º 0.72% 0.72% -
XYZ 33.25 36.51 8.54 -
YUV 156.33 69.13 147.03 -
System Red Green Blue C M Y K H S L
Decimal 183 163 52 0 0.11 0.72 0.28 50.84 0.56 0.46
Hex B7 A3 34 0 B 48 1C 33 38 2E
Octal 267 243 64 0 13 110 34 63 70 56
Binary 10110111 10100011 110100 0 1011 1001000 11100 110011 111000 101110

Color Harmonies of #B7A334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A334

Black with #B7A334

Text Example


Text Example

White with #B7A334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A334; }

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

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

background-color css

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

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

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

border-color css

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

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

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