Html Css Color HEX #B88534 Marigold

📋 copy color: '#B88534'

red 184 ◦ green 133 ◦ blue 52

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

Shades of Marigold #B88534

Tints of Marigold #B88534

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.04%

 BLUE value IS 52 (20.7% from 255) = 14.09%

R = 49.86%
G = 36.04%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B88534 (or 0xB88534) is known color: Marigold. HEX triplet: B8, 85 and 34. RGB value is (184,133,52). Sum of RGB (Red+Green+Blue) = 184+133+52=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B88534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88534 is #477ACB. Grayscale: #8B8B8B. Windows color (decimal): -4684492 or 3442104. OLE color: 3442104.

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

Color convert

RGB 184 133 52 -
CMYK 0 0.28 0.72 0.28
HSL 36.82º 0.56% 0.46% -
HSV(B) 36.82º 0.72% 0.72% -
XYZ 28.77 27.21 6.98 -
YUV 139.02 78.9 160.09 -
System Red Green Blue C M Y K H S L
Decimal 184 133 52 0 0.28 0.72 0.28 36.82 0.56 0.46
Hex B8 85 34 0 1C 48 1C 25 38 2E
Octal 270 205 64 0 34 110 34 45 70 56
Binary 10111000 10000101 110100 0 11100 1001000 11100 100101 111000 101110

Color Harmonies of #B88534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88534

Black with #B88534

Text Example


Text Example

White with #B88534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88534; }

 p { color: rgb(184,133,52); }

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

background-color css

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

 a { background-color: rgb(184,133,52); }

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

border-color css

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

 span { border-color: rgb(184,133,52); }

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