Html Css Color HEX #B8AD3B Brass

📋 copy color: '#B8AD3B'

red 184 ◦ green 173 ◦ blue 59

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

Shades of Brass #B8AD3B

Tints of Brass #B8AD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.18%

R = 44.23%
G = 41.59%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8AD3B (or 0xB8AD3B) is known color: Brass. HEX triplet: B8, AD and 3B. RGB value is (184,173,59). Sum of RGB (Red+Green+Blue) = 184+173+59=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 59 (23.44% from 255 or 14.18% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AD3B is #4752C4. Grayscale: #A3A3A3. Windows color (decimal): -4674245 or 3911096. OLE color: 3911096.

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

Color convert

RGB 184 173 59 -
CMYK 0 0.06 0.68 0.28
HSL 54.72º 0.51% 0.48% -
HSV(B) 54.72º 0.68% 0.72% -
XYZ 35.5 40.39 10.06 -
YUV 163.29 69.14 142.77 -
System Red Green Blue C M Y K H S L
Decimal 184 173 59 0 0.06 0.68 0.28 54.72 0.51 0.48
Hex B8 AD 3B 0 6 44 1C 37 33 30
Octal 270 255 73 0 6 104 34 67 63 60
Binary 10111000 10101101 111011 0 110 1000100 11100 110111 110011 110000

Color Harmonies of #B8AD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AD3B

Black with #B8AD3B

Text Example


Text Example

White with #B8AD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AD3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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