Html Css Color HEX #B9AD33 Brass

📋 copy color: '#B9AD33'

red 185 ◦ green 173 ◦ blue 51

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

Shades of Brass #B9AD33

Tints of Brass #B9AD33

RGB

 RED value IS 185 (72.66% from 255) = 45.23%

 GREEN value IS 173 (67.97% from 255) = 42.3%

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

R = 45.23%
G = 42.3%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B9AD33 (or 0xB9AD33) is known color: Brass. HEX triplet: B9, AD and 33. RGB value is (185,173,51). Sum of RGB (Red+Green+Blue) = 185+173+51=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 51 (20.31% from 255 or 12.47% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AD33 is #4652CC. Grayscale: #A3A3A3. Windows color (decimal): -4608717 or 3386809. OLE color: 3386809.

HSL color Cylindrical-coordinate representation of color #B9AD33: hue angle of 54.63º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9AD33 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 173 51 -
CMYK 0 0.06 0.72 0.27
HSL 54.63º 0.57% 0.46% -
HSV(B) 54.63º 0.72% 0.73% -
XYZ 35.55 40.44 9.06 -
YUV 162.68 64.98 143.92 -
System Red Green Blue C M Y K H S L
Decimal 185 173 51 0 0.06 0.72 0.27 54.63 0.57 0.46
Hex B9 AD 33 0 6 48 1B 37 39 2E
Octal 271 255 63 0 6 110 33 67 71 56
Binary 10111001 10101101 110011 0 110 1001000 11011 110111 111001 101110

Color Harmonies of #B9AD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD33

Black with #B9AD33

Text Example


Text Example

White with #B9AD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD33; }

 p { color: rgb(185,173,51); }

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

background-color css

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

 a { background-color: rgb(185,173,51); }

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

border-color css

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

 span { border-color: rgb(185,173,51); }

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