Html Css Color HEX #B8AD35 Brass

📋 copy color: '#B8AD35'

red 184 ◦ green 173 ◦ blue 53

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

Shades of Brass #B8AD35

Tints of Brass #B8AD35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.93%

R = 44.88%
G = 42.2%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B8AD35 (or 0xB8AD35) is known color: Brass. HEX triplet: B8, AD and 35. RGB value is (184,173,53). Sum of RGB (Red+Green+Blue) = 184+173+53=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 53 (21.09% from 255 or 12.93% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AD35 is #4752CA. Grayscale: #A3A3A3. Windows color (decimal): -4674251 or 3517880. OLE color: 3517880.

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

Color convert

RGB 184 173 53 -
CMYK 0 0.06 0.71 0.28
HSL 54.96º 0.55% 0.46% -
HSV(B) 54.96º 0.71% 0.72% -
XYZ 35.35 40.33 9.29 -
YUV 162.61 66.14 143.26 -
System Red Green Blue C M Y K H S L
Decimal 184 173 53 0 0.06 0.71 0.28 54.96 0.55 0.46
Hex B8 AD 35 0 6 47 1C 37 37 2E
Octal 270 255 65 0 6 107 34 67 67 56
Binary 10111000 10101101 110101 0 110 1000111 11100 110111 110111 101110

Color Harmonies of #B8AD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AD35

Black with #B8AD35

Text Example


Text Example

White with #B8AD35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AD35; }

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

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

background-color css

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

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

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

border-color css

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

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

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