Html Css Color HEX #B8833E Marigold

📋 copy color: '#B8833E'

red 184 ◦ green 131 ◦ blue 62

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

Shades of Marigold #B8833E

Tints of Marigold #B8833E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.75%

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

R = 48.81%
G = 34.75%
B = 16.45%

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

#B8833E (or 0xB8833E) is known color: Marigold. HEX triplet: B8, 83 and 3E. RGB value is (184,131,62). Sum of RGB (Red+Green+Blue) = 184+131+62=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8833E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8833E is #477CC1. Grayscale: #8B8B8B. Windows color (decimal): -4684994 or 4096952. OLE color: 4096952.

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

Color convert

RGB 184 131 62 -
CMYK 0 0.29 0.66 0.28
HSL 33.93º 0.5% 0.48% -
HSV(B) 33.93º 0.66% 0.72% -
XYZ 28.75 26.77 8.21 -
YUV 138.98 84.56 160.11 -
System Red Green Blue C M Y K H S L
Decimal 184 131 62 0 0.29 0.66 0.28 33.93 0.5 0.48
Hex B8 83 3E 0 1D 42 1C 22 32 30
Octal 270 203 76 0 35 102 34 42 62 60
Binary 10111000 10000011 111110 0 11101 1000010 11100 100010 110010 110000

Color Harmonies of #B8833E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8833E

Black with #B8833E

Text Example


Text Example

White with #B8833E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8833E; }

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

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

background-color css

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

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

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

border-color css

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

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

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