Html Css Color HEX #B5AC33 Brass

📋 copy color: '#B5AC33'

red 181 ◦ green 172 ◦ blue 51

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

Shades of Brass #B5AC33

Tints of Brass #B5AC33

RGB

 RED value IS 181 (71.09% from 255) = 44.8%

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

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

R = 44.8%
G = 42.57%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B5AC33 (or 0xB5AC33) is known color: Brass. HEX triplet: B5, AC and 33. RGB value is (181,172,51). Sum of RGB (Red+Green+Blue) = 181+172+51=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AC33 is #4A53CC. Grayscale: #A1A1A1. Windows color (decimal): -4871117 or 3386549. OLE color: 3386549.

HSL color Cylindrical-coordinate representation of color #B5AC33: hue angle of 55.85º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5AC33 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 172 51 -
CMYK 0 0.05 0.72 0.29
HSL 55.85º 0.56% 0.45% -
HSV(B) 55.85º 0.72% 0.71% -
XYZ 34.41 39.57 8.96 -
YUV 160.9 65.98 142.34 -
System Red Green Blue C M Y K H S L
Decimal 181 172 51 0 0.05 0.72 0.29 55.85 0.56 0.45
Hex B5 AC 33 0 5 48 1D 38 38 2D
Octal 265 254 63 0 5 110 35 70 70 55
Binary 10110101 10101100 110011 0 101 1001000 11101 111000 111000 101101

Color Harmonies of #B5AC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AC33

Black with #B5AC33

Text Example


Text Example

White with #B5AC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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