Html Css Color HEX #B8AC33 Brass

📋 copy color: '#B8AC33'

red 184 ◦ green 172 ◦ blue 51

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

Shades of Brass #B8AC33

Tints of Brass #B8AC33

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.26%

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

R = 45.21%
G = 42.26%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B8AC33 (or 0xB8AC33) is known color: Brass. HEX triplet: B8, AC and 33. RGB value is (184,172,51). Sum of RGB (Red+Green+Blue) = 184+172+51=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 51 (20.31% from 255 or 12.53% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AC33 is #4753CC. Grayscale: #A2A2A2. Windows color (decimal): -4674509 or 3386552. OLE color: 3386552.

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

Color convert

RGB 184 172 51 -
CMYK 0 0.07 0.72 0.28
HSL 54.59º 0.57% 0.46% -
HSV(B) 54.59º 0.72% 0.72% -
XYZ 35.12 39.93 8.99 -
YUV 161.79 65.48 143.84 -
System Red Green Blue C M Y K H S L
Decimal 184 172 51 0 0.07 0.72 0.28 54.59 0.57 0.46
Hex B8 AC 33 0 7 48 1C 37 39 2E
Octal 270 254 63 0 7 110 34 67 71 56
Binary 10111000 10101100 110011 0 111 1001000 11100 110111 111001 101110

Color Harmonies of #B8AC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC33

Black with #B8AC33

Text Example


Text Example

White with #B8AC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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