Html Css Color HEX #B7A234 Brass

📋 copy color: '#B7A234'

red 183 ◦ green 162 ◦ blue 52

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

Shades of Brass #B7A234

Tints of Brass #B7A234

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.81%

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

R = 46.1%
G = 40.81%
B = 13.1%

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

#B7A234 (or 0xB7A234) is known color: Brass. HEX triplet: B7, A2 and 34. RGB value is (183,162,52). Sum of RGB (Red+Green+Blue) = 183+162+52=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A234 is #485DCB. Grayscale: #9C9C9C. Windows color (decimal): -4742604 or 3449527. OLE color: 3449527.

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

Color convert

RGB 183 162 52 -
CMYK 0 0.11 0.72 0.28
HSL 50.38º 0.56% 0.46% -
HSV(B) 50.38º 0.72% 0.72% -
XYZ 33.07 36.16 8.48 -
YUV 155.74 69.46 147.44 -
System Red Green Blue C M Y K H S L
Decimal 183 162 52 0 0.11 0.72 0.28 50.38 0.56 0.46
Hex B7 A2 34 0 B 48 1C 32 38 2E
Octal 267 242 64 0 13 110 34 62 70 56
Binary 10110111 10100010 110100 0 1011 1001000 11100 110010 111000 101110

Color Harmonies of #B7A234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A234

Black with #B7A234

Text Example


Text Example

White with #B7A234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A234; }

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

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

background-color css

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

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

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

border-color css

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

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

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