Html Css Color HEX #B8B444 Brass

📋 copy color: '#B8B444'

red 184 ◦ green 180 ◦ blue 68

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

Shades of Brass #B8B444

Tints of Brass #B8B444

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.67%

 BLUE value IS 68 (26.95% from 255) = 15.74%

R = 42.59%
G = 41.67%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B8B444 (or 0xB8B444) is known color: Brass. HEX triplet: B8, B4 and 44. RGB value is (184,180,68). Sum of RGB (Red+Green+Blue) = 184+180+68=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 68 (26.95% from 255 or 15.74% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B444 is #474BBB. Grayscale: #A8A8A8. Windows color (decimal): -4672444 or 4502712. OLE color: 4502712.

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

Color convert

RGB 184 180 68 -
CMYK 0 0.02 0.63 0.28
HSL 57.93º 0.46% 0.49% -
HSV(B) 57.93º 0.63% 0.72% -
XYZ 37.13 43.25 11.86 -
YUV 168.43 71.33 139.11 -
System Red Green Blue C M Y K H S L
Decimal 184 180 68 0 0.02 0.63 0.28 57.93 0.46 0.49
Hex B8 B4 44 0 2 3F 1C 3A 2E 31
Octal 270 264 104 0 2 77 34 72 56 61
Binary 10111000 10110100 1000100 0 10 111111 11100 111010 101110 110001

Color Harmonies of #B8B444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B444

Black with #B8B444

Text Example


Text Example

White with #B8B444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B444; }

 p { color: rgb(184,180,68); }

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

background-color css

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

 a { background-color: rgb(184,180,68); }

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

border-color css

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

 span { border-color: rgb(184,180,68); }

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