Html Css Color HEX #B7863A Marigold

📋 copy color: '#B7863A'

red 183 ◦ green 134 ◦ blue 58

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

Shades of Marigold #B7863A

Tints of Marigold #B7863A

RGB

 RED value IS 183 (71.88% from 255) = 48.8%

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

 BLUE value IS 58 (23.05% from 255) = 15.47%

R = 48.8%
G = 35.73%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7863A (or 0xB7863A) is known color: Marigold. HEX triplet: B7, 86 and 3A. RGB value is (183,134,58). Sum of RGB (Red+Green+Blue) = 183+134+58=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7863A is #4879C5. Grayscale: #8C8C8C. Windows color (decimal): -4749766 or 3835575. OLE color: 3835575.

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

Color convert

RGB 183 134 58 -
CMYK 0 0.27 0.68 0.28
HSL 36.48º 0.52% 0.47% -
HSV(B) 36.48º 0.68% 0.72% -
XYZ 28.82 27.42 7.78 -
YUV 139.99 81.73 158.68 -
System Red Green Blue C M Y K H S L
Decimal 183 134 58 0 0.27 0.68 0.28 36.48 0.52 0.47
Hex B7 86 3A 0 1B 44 1C 24 34 2F
Octal 267 206 72 0 33 104 34 44 64 57
Binary 10110111 10000110 111010 0 11011 1000100 11100 100100 110100 101111

Color Harmonies of #B7863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7863A

Black with #B7863A

Text Example


Text Example

White with #B7863A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7863A; }

 p { color: rgb(183,134,58); }

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

background-color css

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

 a { background-color: rgb(183,134,58); }

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

border-color css

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

 span { border-color: rgb(183,134,58); }

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