Html Css Color HEX #B88845 Marigold

📋 copy color: '#B88845'

red 184 ◦ green 136 ◦ blue 69

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

Shades of Marigold #B88845

Tints of Marigold #B88845

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.96%

 BLUE value IS 69 (27.34% from 255) = 17.74%

R = 47.3%
G = 34.96%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B88845 (or 0xB88845) is known color: Marigold. HEX triplet: B8, 88 and 45. RGB value is (184,136,69). Sum of RGB (Red+Green+Blue) = 184+136+69=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B88845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88845 is #4777BA. Grayscale: #8F8F8F. Windows color (decimal): -4683707 or 4556984. OLE color: 4556984.

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

Color convert

RGB 184 136 69 -
CMYK 0 0.26 0.62 0.28
HSL 34.96º 0.45% 0.5% -
HSV(B) 34.96º 0.63% 0.72% -
XYZ 29.65 28.23 9.52 -
YUV 142.71 86.4 157.45 -
System Red Green Blue C M Y K H S L
Decimal 184 136 69 0 0.26 0.62 0.28 34.96 0.45 0.5
Hex B8 88 45 0 1A 3E 1C 23 2D 32
Octal 270 210 105 0 32 76 34 43 55 62
Binary 10111000 10001000 1000101 0 11010 111110 11100 100011 101101 110010

Color Harmonies of #B88845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88845

Black with #B88845

Text Example


Text Example

White with #B88845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88845; }

 p { color: rgb(184,136,69); }

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

background-color css

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

 a { background-color: rgb(184,136,69); }

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

border-color css

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

 span { border-color: rgb(184,136,69); }

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