Html Css Color HEX #B8B447 Brass

📋 copy color: '#B8B447'

red 184 ◦ green 180 ◦ blue 71

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

Shades of Brass #B8B447

Tints of Brass #B8B447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.32%

R = 42.3%
G = 41.38%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B8B447 (or 0xB8B447) is known color: Brass. HEX triplet: B8, B4 and 47. RGB value is (184,180,71). Sum of RGB (Red+Green+Blue) = 184+180+71=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B447 is #474BB8. Grayscale: #A9A9A9. Windows color (decimal): -4672441 or 4699320. OLE color: 4699320.

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

Color convert

RGB 184 180 71 -
CMYK 0 0.02 0.61 0.28
HSL 57.88º 0.44% 0.5% -
HSV(B) 57.88º 0.61% 0.72% -
XYZ 37.23 43.29 12.35 -
YUV 168.77 72.83 138.86 -
System Red Green Blue C M Y K H S L
Decimal 184 180 71 0 0.02 0.61 0.28 57.88 0.44 0.5
Hex B8 B4 47 0 2 3D 1C 3A 2C 32
Octal 270 264 107 0 2 75 34 72 54 62
Binary 10111000 10110100 1000111 0 10 111101 11100 111010 101100 110010

Color Harmonies of #B8B447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B447

Black with #B8B447

Text Example


Text Example

White with #B8B447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B447; }

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

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

background-color css

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

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

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

border-color css

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

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

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