Html Css Color HEX #B7A338 Brass

📋 copy color: '#B7A338'

red 183 ◦ green 163 ◦ blue 56

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

Shades of Brass #B7A338

Tints of Brass #B7A338

RGB

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

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

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

R = 45.52%
G = 40.55%
B = 13.93%

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

#B7A338 (or 0xB7A338) is known color: Brass. HEX triplet: B7, A3 and 38. RGB value is (183,163,56). Sum of RGB (Red+Green+Blue) = 183+163+56=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 56 (22.27% from 255 or 13.93% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A338 is #485CC7. Grayscale: #9D9D9D. Windows color (decimal): -4742344 or 3711927. OLE color: 3711927.

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

Color convert

RGB 183 163 56 -
CMYK 0 0.11 0.69 0.28
HSL 50.55º 0.53% 0.47% -
HSV(B) 50.55º 0.69% 0.72% -
XYZ 33.34 36.55 9.04 -
YUV 156.78 71.13 146.7 -
System Red Green Blue C M Y K H S L
Decimal 183 163 56 0 0.11 0.69 0.28 50.55 0.53 0.47
Hex B7 A3 38 0 B 45 1C 33 35 2F
Octal 267 243 70 0 13 105 34 63 65 57
Binary 10110111 10100011 111000 0 1011 1000101 11100 110011 110101 101111

Color Harmonies of #B7A338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A338

Black with #B7A338

Text Example


Text Example

White with #B7A338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A338; }

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

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

background-color css

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

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

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

border-color css

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

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

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