Html Css Color HEX #B08846 Marigold

📋 copy color: '#B08846'

red 176 ◦ green 136 ◦ blue 70

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

Shades of Marigold #B08846

Tints of Marigold #B08846

RGB

 RED value IS 176 (69.14% from 255) = 46.07%

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

 BLUE value IS 70 (27.73% from 255) = 18.32%

R = 46.07%
G = 35.6%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B08846 (or 0xB08846) is known color: Marigold. HEX triplet: B0, 88 and 46. RGB value is (176,136,70). Sum of RGB (Red+Green+Blue) = 176+136+70=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B08846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08846 is #4F77B9. Grayscale: #8C8C8C. Windows color (decimal): -5207994 or 4622512. OLE color: 4622512.

HSL color Cylindrical-coordinate representation of color #B08846: hue angle of 37.36º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B08846 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 136 70 -
CMYK 0 0.23 0.60 0.31
HSL 37.36º 0.43% 0.48% -
HSV(B) 37.36º 0.6% 0.69% -
XYZ 27.81 27.28 9.59 -
YUV 140.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 176 136 70 0 0.23 0.60 0.31 37.36 0.43 0.48
Hex B0 88 46 0 17 3C 1F 25 2B 30
Octal 260 210 106 0 27 74 37 45 53 60
Binary 10110000 10001000 1000110 0 10111 111100 11111 100101 101011 110000

Color Harmonies of #B08846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08846

Black with #B08846

Text Example


Text Example

White with #B08846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08846; }

 p { color: rgb(176,136,70); }

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

background-color css

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

 a { background-color: rgb(176,136,70); }

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

border-color css

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

 span { border-color: rgb(176,136,70); }

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