Html Css Color HEX #B8AD3F Brass

📋 copy color: '#B8AD3F'

red 184 ◦ green 173 ◦ blue 63

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

Shades of Brass #B8AD3F

Tints of Brass #B8AD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15%

R = 43.81%
G = 41.19%
B = 15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8AD3F (or 0xB8AD3F) is known color: Brass. HEX triplet: B8, AD and 3F. RGB value is (184,173,63). Sum of RGB (Red+Green+Blue) = 184+173+63=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AD3F is #4752C0. Grayscale: #A4A4A4. Windows color (decimal): -4674241 or 4173240. OLE color: 4173240.

HSL color Cylindrical-coordinate representation of color #B8AD3F: hue angle of 54.55º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8AD3F is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 173 63 -
CMYK 0 0.06 0.66 0.28
HSL 54.55º 0.49% 0.48% -
HSV(B) 54.55º 0.66% 0.72% -
XYZ 35.61 40.44 10.63 -
YUV 163.75 71.14 142.44 -
System Red Green Blue C M Y K H S L
Decimal 184 173 63 0 0.06 0.66 0.28 54.55 0.49 0.48
Hex B8 AD 3F 0 6 42 1C 37 31 30
Octal 270 255 77 0 6 102 34 67 61 60
Binary 10111000 10101101 111111 0 110 1000010 11100 110111 110001 110000

Color Harmonies of #B8AD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AD3F

Black with #B8AD3F

Text Example


Text Example

White with #B8AD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AD3F; }

 p { color: rgb(184,173,63); }

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

background-color css

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

 a { background-color: rgb(184,173,63); }

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

border-color css

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

 span { border-color: rgb(184,173,63); }

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