Html Css Color HEX #B78A3D Marigold

📋 copy color: '#B78A3D'

red 183 ◦ green 138 ◦ blue 61

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

Shades of Marigold #B78A3D

Tints of Marigold #B78A3D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.13%

 BLUE value IS 61 (24.22% from 255) = 15.97%

R = 47.91%
G = 36.13%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B78A3D (or 0xB78A3D) is known color: Marigold. HEX triplet: B7, 8A and 3D. RGB value is (183,138,61). Sum of RGB (Red+Green+Blue) = 183+138+61=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A3D is #4875C2. Grayscale: #8F8F8F. Windows color (decimal): -4748739 or 4033207. OLE color: 4033207.

HSL color Cylindrical-coordinate representation of color #B78A3D: hue angle of 37.87º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B78A3D is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 138 61 -
CMYK 0 0.25 0.67 0.28
HSL 37.87º 0.5% 0.48% -
HSV(B) 37.87º 0.67% 0.72% -
XYZ 29.46 28.58 8.38 -
YUV 142.68 81.91 156.76 -
System Red Green Blue C M Y K H S L
Decimal 183 138 61 0 0.25 0.67 0.28 37.87 0.5 0.48
Hex B7 8A 3D 0 19 43 1C 26 32 30
Octal 267 212 75 0 31 103 34 46 62 60
Binary 10110111 10001010 111101 0 11001 1000011 11100 100110 110010 110000

Color Harmonies of #B78A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78A3D

Black with #B78A3D

Text Example


Text Example

White with #B78A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78A3D; }

 p { color: rgb(183,138,61); }

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

background-color css

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

 a { background-color: rgb(183,138,61); }

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

border-color css

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

 span { border-color: rgb(183,138,61); }

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