Html Css Color HEX #B8843B Marigold

📋 copy color: '#B8843B'

red 184 ◦ green 132 ◦ blue 59

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

Shades of Marigold #B8843B

Tints of Marigold #B8843B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.2%

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

R = 49.07%
G = 35.2%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8843B (or 0xB8843B) is known color: Marigold. HEX triplet: B8, 84 and 3B. RGB value is (184,132,59). Sum of RGB (Red+Green+Blue) = 184+132+59=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8843B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8843B is #477BC4. Grayscale: #8B8B8B. Windows color (decimal): -4684741 or 3900600. OLE color: 3900600.

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

Color convert

RGB 184 132 59 -
CMYK 0 0.28 0.68 0.28
HSL 35.04º 0.51% 0.48% -
HSV(B) 35.04º 0.68% 0.72% -
XYZ 28.81 27.01 7.83 -
YUV 139.23 82.73 159.94 -
System Red Green Blue C M Y K H S L
Decimal 184 132 59 0 0.28 0.68 0.28 35.04 0.51 0.48
Hex B8 84 3B 0 1C 44 1C 23 33 30
Octal 270 204 73 0 34 104 34 43 63 60
Binary 10111000 10000100 111011 0 11100 1000100 11100 100011 110011 110000

Color Harmonies of #B8843B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8843B

Black with #B8843B

Text Example


Text Example

White with #B8843B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8843B; }

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

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

background-color css

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

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

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

border-color css

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

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

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