Html Css Color HEX #B8823E Marigold

📋 copy color: '#B8823E'

red 184 ◦ green 130 ◦ blue 62

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

Shades of Marigold #B8823E

Tints of Marigold #B8823E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.57%

 BLUE value IS 62 (24.61% from 255) = 16.49%

R = 48.94%
G = 34.57%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8823E (or 0xB8823E) is known color: Marigold. HEX triplet: B8, 82 and 3E. RGB value is (184,130,62). Sum of RGB (Red+Green+Blue) = 184+130+62=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B8823E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8823E is #477DC1. Grayscale: #8A8A8A. Windows color (decimal): -4685250 or 4096696. OLE color: 4096696.

HSL color Cylindrical-coordinate representation of color #B8823E: hue angle of 33.44º degrees, saturation: 0.5, 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 #B8823E is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 130 62 -
CMYK 0 0.29 0.66 0.28
HSL 33.44º 0.5% 0.48% -
HSV(B) 33.44º 0.66% 0.72% -
XYZ 28.62 26.5 8.16 -
YUV 138.39 84.89 160.53 -
System Red Green Blue C M Y K H S L
Decimal 184 130 62 0 0.29 0.66 0.28 33.44 0.5 0.48
Hex B8 82 3E 0 1D 42 1C 21 32 30
Octal 270 202 76 0 35 102 34 41 62 60
Binary 10111000 10000010 111110 0 11101 1000010 11100 100001 110010 110000

Color Harmonies of #B8823E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8823E

Black with #B8823E

Text Example


Text Example

White with #B8823E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8823E; }

 p { color: rgb(184,130,62); }

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

background-color css

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

 a { background-color: rgb(184,130,62); }

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

border-color css

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

 span { border-color: rgb(184,130,62); }

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