Html Css Color HEX #B28645 Marigold

📋 copy color: '#B28645'

red 178 ◦ green 134 ◦ blue 69

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

Shades of Marigold #B28645

Tints of Marigold #B28645

RGB

 RED value IS 178 (69.92% from 255) = 46.72%

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

 BLUE value IS 69 (27.34% from 255) = 18.11%

R = 46.72%
G = 35.17%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B28645 (or 0xB28645) is known color: Marigold. HEX triplet: B2, 86 and 45. RGB value is (178,134,69). Sum of RGB (Red+Green+Blue) = 178+134+69=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B28645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28645 is #4D79BA. Grayscale: #8C8C8C. Windows color (decimal): -5077435 or 4556466. OLE color: 4556466.

HSL color Cylindrical-coordinate representation of color #B28645: hue angle of 35.78º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B28645 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 134 69 -
CMYK 0 0.25 0.61 0.30
HSL 35.78º 0.44% 0.48% -
HSV(B) 35.78º 0.61% 0.7% -
XYZ 27.96 26.94 9.36 -
YUV 139.75 88.08 155.29 -
System Red Green Blue C M Y K H S L
Decimal 178 134 69 0 0.25 0.61 0.30 35.78 0.44 0.48
Hex B2 86 45 0 19 3D 1E 24 2C 30
Octal 262 206 105 0 31 75 36 44 54 60
Binary 10110010 10000110 1000101 0 11001 111101 11110 100100 101100 110000

Color Harmonies of #B28645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28645

Black with #B28645

Text Example


Text Example

White with #B28645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28645; }

 p { color: rgb(178,134,69); }

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

background-color css

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

 a { background-color: rgb(178,134,69); }

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

border-color css

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

 span { border-color: rgb(178,134,69); }

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