Html Css Color HEX #B9AD38 Brass

📋 copy color: '#B9AD38'

red 185 ◦ green 173 ◦ blue 56

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

Shades of Brass #B9AD38

Tints of Brass #B9AD38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.53%

R = 44.69%
G = 41.79%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B9AD38 (or 0xB9AD38) is known color: Brass. HEX triplet: B9, AD and 38. RGB value is (185,173,56). Sum of RGB (Red+Green+Blue) = 185+173+56=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 56 (22.27% from 255 or 13.53% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AD38 is #4652C7. Grayscale: #A3A3A3. Windows color (decimal): -4608712 or 3714489. OLE color: 3714489.

HSL color Cylindrical-coordinate representation of color #B9AD38: hue angle of 54.42º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9AD38 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 173 56 -
CMYK 0 0.06 0.70 0.27
HSL 54.42º 0.54% 0.47% -
HSV(B) 54.42º 0.7% 0.73% -
XYZ 35.66 40.49 9.68 -
YUV 163.25 67.48 143.51 -
System Red Green Blue C M Y K H S L
Decimal 185 173 56 0 0.06 0.70 0.27 54.42 0.54 0.47
Hex B9 AD 38 0 6 46 1B 36 36 2F
Octal 271 255 70 0 6 106 33 66 66 57
Binary 10111001 10101101 111000 0 110 1000110 11011 110110 110110 101111

Color Harmonies of #B9AD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD38

Black with #B9AD38

Text Example


Text Example

White with #B9AD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD38; }

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

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

background-color css

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

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

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

border-color css

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

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

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