Html Css Color HEX #B8883F Marigold

📋 copy color: '#B8883F'

red 184 ◦ green 136 ◦ blue 63

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

Shades of Marigold #B8883F

Tints of Marigold #B8883F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.45%

R = 48.04%
G = 35.51%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8883F (or 0xB8883F) is known color: Marigold. HEX triplet: B8, 88 and 3F. RGB value is (184,136,63). Sum of RGB (Red+Green+Blue) = 184+136+63=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B8883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8883F is #4777C0. Grayscale: #8E8E8E. Windows color (decimal): -4683713 or 4163768. OLE color: 4163768.

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

Color convert

RGB 184 136 63 -
CMYK 0 0.26 0.66 0.28
HSL 36.2º 0.49% 0.48% -
HSV(B) 36.2º 0.66% 0.72% -
XYZ 29.47 28.16 8.58 -
YUV 142.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 184 136 63 0 0.26 0.66 0.28 36.2 0.49 0.48
Hex B8 88 3F 0 1A 42 1C 24 31 30
Octal 270 210 77 0 32 102 34 44 61 60
Binary 10111000 10001000 111111 0 11010 1000010 11100 100100 110001 110000

Color Harmonies of #B8883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8883F

Black with #B8883F

Text Example


Text Example

White with #B8883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8883F; }

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

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

background-color css

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

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

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

border-color css

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

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

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