Html Css Color HEX #B78238 Marigold

📋 copy color: '#B78238'

red 183 ◦ green 130 ◦ blue 56

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

Shades of Marigold #B78238

Tints of Marigold #B78238

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.23%

 BLUE value IS 56 (22.27% from 255) = 15.18%

R = 49.59%
G = 35.23%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B78238 (or 0xB78238) is known color: Marigold. HEX triplet: B7, 82 and 38. RGB value is (183,130,56). Sum of RGB (Red+Green+Blue) = 183+130+56=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B78238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78238 is #487DC7. Grayscale: #898989. Windows color (decimal): -4750792 or 3703479. OLE color: 3703479.

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

Color convert

RGB 183 130 56 -
CMYK 0 0.29 0.69 0.28
HSL 34.96º 0.53% 0.47% -
HSV(B) 34.96º 0.69% 0.72% -
XYZ 28.22 26.32 7.33 -
YUV 137.41 82.06 160.52 -
System Red Green Blue C M Y K H S L
Decimal 183 130 56 0 0.29 0.69 0.28 34.96 0.53 0.47
Hex B7 82 38 0 1D 45 1C 23 35 2F
Octal 267 202 70 0 35 105 34 43 65 57
Binary 10110111 10000010 111000 0 11101 1000101 11100 100011 110101 101111

Color Harmonies of #B78238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78238

Black with #B78238

Text Example


Text Example

White with #B78238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78238; }

 p { color: rgb(183,130,56); }

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

background-color css

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

 a { background-color: rgb(183,130,56); }

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

border-color css

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

 span { border-color: rgb(183,130,56); }

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