Html Css Color HEX #B7A238 Brass

📋 copy color: '#B7A238'

red 183 ◦ green 162 ◦ blue 56

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

Shades of Brass #B7A238

Tints of Brass #B7A238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.97%

R = 45.64%
G = 40.4%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B7A238 (or 0xB7A238) is known color: Brass. HEX triplet: B7, A2 and 38. RGB value is (183,162,56). Sum of RGB (Red+Green+Blue) = 183+162+56=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 56 (22.27% from 255 or 13.97% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A238 is #485DC7. Grayscale: #9C9C9C. Windows color (decimal): -4742600 or 3711671. OLE color: 3711671.

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

Color convert

RGB 183 162 56 -
CMYK 0 0.11 0.69 0.28
HSL 50.08º 0.53% 0.47% -
HSV(B) 50.08º 0.69% 0.72% -
XYZ 33.16 36.19 8.98 -
YUV 156.2 71.46 147.12 -
System Red Green Blue C M Y K H S L
Decimal 183 162 56 0 0.11 0.69 0.28 50.08 0.53 0.47
Hex B7 A2 38 0 B 45 1C 32 35 2F
Octal 267 242 70 0 13 105 34 62 65 57
Binary 10110111 10100010 111000 0 1011 1000101 11100 110010 110101 101111

Color Harmonies of #B7A238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A238

Black with #B7A238

Text Example


Text Example

White with #B7A238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A238; }

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

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

background-color css

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

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

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

border-color css

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

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

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