Html Css Color HEX #B8833B Marigold

📋 copy color: '#B8833B'

red 184 ◦ green 131 ◦ blue 59

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

Shades of Marigold #B8833B

Tints of Marigold #B8833B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.78%

R = 49.2%
G = 35.03%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8833B (or 0xB8833B) is known color: Marigold. HEX triplet: B8, 83 and 3B. RGB value is (184,131,59). Sum of RGB (Red+Green+Blue) = 184+131+59=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B8833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8833B is #477CC4. Grayscale: #8A8A8A. Windows color (decimal): -4684997 or 3900344. OLE color: 3900344.

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

Color convert

RGB 184 131 59 -
CMYK 0 0.29 0.68 0.28
HSL 34.56º 0.51% 0.48% -
HSV(B) 34.56º 0.68% 0.72% -
XYZ 28.67 26.74 7.79 -
YUV 138.64 83.06 160.35 -
System Red Green Blue C M Y K H S L
Decimal 184 131 59 0 0.29 0.68 0.28 34.56 0.51 0.48
Hex B8 83 3B 0 1D 44 1C 23 33 30
Octal 270 203 73 0 35 104 34 43 63 60
Binary 10111000 10000011 111011 0 11101 1000100 11100 100011 110011 110000

Color Harmonies of #B8833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8833B

Black with #B8833B

Text Example


Text Example

White with #B8833B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8833B; }

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

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

background-color css

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

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

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

border-color css

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

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

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