Html Css Color HEX #B8A33F Brass

📋 copy color: '#B8A33F'

red 184 ◦ green 163 ◦ blue 63

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

Shades of Brass #B8A33F

Tints of Brass #B8A33F

RGB

 RED value IS 184 (72.27% from 255) = 44.88%

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

 BLUE value IS 63 (25% from 255) = 15.37%

R = 44.88%
G = 39.76%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8A33F (or 0xB8A33F) is known color: Brass. HEX triplet: B8, A3 and 3F. RGB value is (184,163,63). Sum of RGB (Red+Green+Blue) = 184+163+63=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A33F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A33F is #475CC0. Grayscale: #9E9E9E. Windows color (decimal): -4676801 or 4170680. OLE color: 4170680.

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

Color convert

RGB 184 163 63 -
CMYK 0 0.11 0.66 0.28
HSL 49.59º 0.49% 0.48% -
HSV(B) 49.59º 0.66% 0.72% -
XYZ 33.76 36.74 10.02 -
YUV 157.88 74.46 146.63 -
System Red Green Blue C M Y K H S L
Decimal 184 163 63 0 0.11 0.66 0.28 49.59 0.49 0.48
Hex B8 A3 3F 0 B 42 1C 32 31 30
Octal 270 243 77 0 13 102 34 62 61 60
Binary 10111000 10100011 111111 0 1011 1000010 11100 110010 110001 110000

Color Harmonies of #B8A33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A33F

Black with #B8A33F

Text Example


Text Example

White with #B8A33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A33F; }

 p { color: rgb(184,163,63); }

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

background-color css

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

 a { background-color: rgb(184,163,63); }

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

border-color css

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

 span { border-color: rgb(184,163,63); }

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