Html Css Color HEX #B88942 Marigold

📋 copy color: '#B88942'

red 184 ◦ green 137 ◦ blue 66

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

Shades of Marigold #B88942

Tints of Marigold #B88942

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.4%

 BLUE value IS 66 (26.17% from 255) = 17.05%

R = 47.55%
G = 35.4%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B88942 (or 0xB88942) is known color: Marigold. HEX triplet: B8, 89 and 42. RGB value is (184,137,66). Sum of RGB (Red+Green+Blue) = 184+137+66=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B88942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88942 is #4776BD. Grayscale: #8F8F8F. Windows color (decimal): -4683454 or 4360632. OLE color: 4360632.

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

Color convert

RGB 184 137 66 -
CMYK 0 0.26 0.64 0.28
HSL 36.1º 0.47% 0.49% -
HSV(B) 36.1º 0.64% 0.72% -
XYZ 29.7 28.48 9.09 -
YUV 142.96 84.57 157.27 -
System Red Green Blue C M Y K H S L
Decimal 184 137 66 0 0.26 0.64 0.28 36.1 0.47 0.49
Hex B8 89 42 0 1A 40 1C 24 2F 31
Octal 270 211 102 0 32 100 34 44 57 61
Binary 10111000 10001001 1000010 0 11010 1000000 11100 100100 101111 110001

Color Harmonies of #B88942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88942

Black with #B88942

Text Example


Text Example

White with #B88942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88942; }

 p { color: rgb(184,137,66); }

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

background-color css

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

 a { background-color: rgb(184,137,66); }

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

border-color css

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

 span { border-color: rgb(184,137,66); }

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