Html Css Color HEX #B8A33A Brass

📋 copy color: '#B8A33A'

red 184 ◦ green 163 ◦ blue 58

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

Shades of Brass #B8A33A

Tints of Brass #B8A33A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.32%

R = 45.43%
G = 40.25%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8A33A (or 0xB8A33A) is known color: Brass. HEX triplet: B8, A3 and 3A. RGB value is (184,163,58). Sum of RGB (Red+Green+Blue) = 184+163+58=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 58 (23.05% from 255 or 14.32% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A33A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A33A is #475CC5. Grayscale: #9D9D9D. Windows color (decimal): -4676806 or 3843000. OLE color: 3843000.

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

Color convert

RGB 184 163 58 -
CMYK 0 0.11 0.68 0.28
HSL 50º 0.52% 0.47% -
HSV(B) 50º 0.68% 0.72% -
XYZ 33.63 36.69 9.31 -
YUV 157.31 71.96 147.04 -
System Red Green Blue C M Y K H S L
Decimal 184 163 58 0 0.11 0.68 0.28 50 0.52 0.47
Hex B8 A3 3A 0 B 44 1C 32 34 2F
Octal 270 243 72 0 13 104 34 62 64 57
Binary 10111000 10100011 111010 0 1011 1000100 11100 110010 110100 101111

Color Harmonies of #B8A33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A33A

Black with #B8A33A

Text Example


Text Example

White with #B8A33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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