Html Css Color HEX #B8A333 Brass

📋 copy color: '#B8A333'

red 184 ◦ green 163 ◦ blue 51

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

Shades of Brass #B8A333

Tints of Brass #B8A333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.81%

R = 46.23%
G = 40.95%
B = 12.81%

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

#B8A333 (or 0xB8A333) is known color: Brass. HEX triplet: B8, A3 and 33. RGB value is (184,163,51). Sum of RGB (Red+Green+Blue) = 184+163+51=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A333 is #475CCC. Grayscale: #9C9C9C. Windows color (decimal): -4676813 or 3384248. OLE color: 3384248.

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

Color convert

RGB 184 163 51 -
CMYK 0 0.11 0.72 0.28
HSL 50.53º 0.57% 0.46% -
HSV(B) 50.53º 0.72% 0.72% -
XYZ 33.46 36.62 8.44 -
YUV 156.51 68.46 147.61 -
System Red Green Blue C M Y K H S L
Decimal 184 163 51 0 0.11 0.72 0.28 50.53 0.57 0.46
Hex B8 A3 33 0 B 48 1C 33 39 2E
Octal 270 243 63 0 13 110 34 63 71 56
Binary 10111000 10100011 110011 0 1011 1001000 11100 110011 111001 101110

Color Harmonies of #B8A333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A333

Black with #B8A333

Text Example


Text Example

White with #B8A333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A333; }

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

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

background-color css

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

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

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

border-color css

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

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

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