Html Css Color HEX #B78138 Marigold

📋 copy color: '#B78138'

red 183 ◦ green 129 ◦ blue 56

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

Shades of Marigold #B78138

Tints of Marigold #B78138

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.05%

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

R = 49.73%
G = 35.05%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B78138 (or 0xB78138) is known color: Marigold. HEX triplet: B7, 81 and 38. RGB value is (183,129,56). Sum of RGB (Red+Green+Blue) = 183+129+56=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B78138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78138 is #487EC7. Grayscale: #898989. Windows color (decimal): -4751048 or 3703223. OLE color: 3703223.

HSL color Cylindrical-coordinate representation of color #B78138: hue angle of 34.49º 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 #B78138 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 129 56 -
CMYK 0 0.30 0.69 0.28
HSL 34.49º 0.53% 0.47% -
HSV(B) 34.49º 0.69% 0.72% -
XYZ 28.09 26.05 7.29 -
YUV 136.82 82.39 160.94 -
System Red Green Blue C M Y K H S L
Decimal 183 129 56 0 0.30 0.69 0.28 34.49 0.53 0.47
Hex B7 81 38 0 1E 45 1C 22 35 2F
Octal 267 201 70 0 36 105 34 42 65 57
Binary 10110111 10000001 111000 0 11110 1000101 11100 100010 110101 101111

Color Harmonies of #B78138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78138

Black with #B78138

Text Example


Text Example

White with #B78138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78138; }

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

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

background-color css

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

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

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

border-color css

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

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

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