Html Css Color HEX #B9863B Marigold

📋 copy color: '#B9863B'

red 185 ◦ green 134 ◦ blue 59

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

Shades of Marigold #B9863B

Tints of Marigold #B9863B

RGB

 RED value IS 185 (72.66% from 255) = 48.94%

 GREEN value IS 134 (52.73% from 255) = 35.45%

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

R = 48.94%
G = 35.45%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9863B (or 0xB9863B) is known color: Marigold. HEX triplet: B9, 86 and 3B. RGB value is (185,134,59). Sum of RGB (Red+Green+Blue) = 185+134+59=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9863B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9863B is #4679C4. Grayscale: #8D8D8D. Windows color (decimal): -4618693 or 3901113. OLE color: 3901113.

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

Color convert

RGB 185 134 59 -
CMYK 0 0.28 0.68 0.27
HSL 35.71º 0.52% 0.48% -
HSV(B) 35.71º 0.68% 0.73% -
XYZ 29.32 27.68 7.94 -
YUV 140.7 81.9 159.6 -
System Red Green Blue C M Y K H S L
Decimal 185 134 59 0 0.28 0.68 0.27 35.71 0.52 0.48
Hex B9 86 3B 0 1C 44 1B 24 34 30
Octal 271 206 73 0 34 104 33 44 64 60
Binary 10111001 10000110 111011 0 11100 1000100 11011 100100 110100 110000

Color Harmonies of #B9863B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9863B

Black with #B9863B

Text Example


Text Example

White with #B9863B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9863B; }

 p { color: rgb(185,134,59); }

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

background-color css

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

 a { background-color: rgb(185,134,59); }

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

border-color css

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

 span { border-color: rgb(185,134,59); }

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