Html Css Color HEX #B08844 Marigold

📋 copy color: '#B08844'

red 176 ◦ green 136 ◦ blue 68

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

Shades of Marigold #B08844

Tints of Marigold #B08844

RGB

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

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

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

R = 46.32%
G = 35.79%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B08844 (or 0xB08844) is known color: Marigold. HEX triplet: B0, 88 and 44. RGB value is (176,136,68). Sum of RGB (Red+Green+Blue) = 176+136+68=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B08844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08844 is #4F77BB. Grayscale: #8C8C8C. Windows color (decimal): -5207996 or 4491440. OLE color: 4491440.

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

Color convert

RGB 176 136 68 -
CMYK 0 0.23 0.61 0.31
HSL 37.78º 0.44% 0.48% -
HSV(B) 37.78º 0.61% 0.69% -
XYZ 27.75 27.26 9.27 -
YUV 140.21 87.25 153.53 -
System Red Green Blue C M Y K H S L
Decimal 176 136 68 0 0.23 0.61 0.31 37.78 0.44 0.48
Hex B0 88 44 0 17 3D 1F 26 2C 30
Octal 260 210 104 0 27 75 37 46 54 60
Binary 10110000 10001000 1000100 0 10111 111101 11111 100110 101100 110000

Color Harmonies of #B08844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08844

Black with #B08844

Text Example


Text Example

White with #B08844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08844; }

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

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

background-color css

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

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

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

border-color css

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

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

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