Html Css Color HEX #B89F40 Brass

📋 copy color: '#B89F40'

red 184 ◦ green 159 ◦ blue 64

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

Shades of Brass #B89F40

Tints of Brass #B89F40

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.07%

 BLUE value IS 64 (25.39% from 255) = 15.72%

R = 45.21%
G = 39.07%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B89F40 (or 0xB89F40) is known color: Brass. HEX triplet: B8, 9F and 40. RGB value is (184,159,64). Sum of RGB (Red+Green+Blue) = 184+159+64=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89F40 is #4760BF. Grayscale: #9C9C9C. Windows color (decimal): -4677824 or 4235192. OLE color: 4235192.

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

Color convert

RGB 184 159 64 -
CMYK 0 0.14 0.65 0.28
HSL 47.5º 0.48% 0.49% -
HSV(B) 47.5º 0.65% 0.72% -
XYZ 33.09 35.36 9.93 -
YUV 155.65 76.28 148.22 -
System Red Green Blue C M Y K H S L
Decimal 184 159 64 0 0.14 0.65 0.28 47.5 0.48 0.49
Hex B8 9F 40 0 E 41 1C 30 30 31
Octal 270 237 100 0 16 101 34 60 60 61
Binary 10111000 10011111 1000000 0 1110 1000001 11100 110000 110000 110001

Color Harmonies of #B89F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89F40

Black with #B89F40

Text Example


Text Example

White with #B89F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89F40; }

 p { color: rgb(184,159,64); }

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

background-color css

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

 a { background-color: rgb(184,159,64); }

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

border-color css

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

 span { border-color: rgb(184,159,64); }

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