Html Css Color HEX #B28338 Marigold

📋 copy color: '#B28338'

red 178 ◦ green 131 ◦ blue 56

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

Shades of Marigold #B28338

Tints of Marigold #B28338

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.89%

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

R = 48.77%
G = 35.89%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B28338 (or 0xB28338) is known color: Marigold. HEX triplet: B2, 83 and 38. RGB value is (178,131,56). Sum of RGB (Red+Green+Blue) = 178+131+56=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B28338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28338 is #4D7CC7. Grayscale: #888888. Windows color (decimal): -5078216 or 3703730. OLE color: 3703730.

HSL color Cylindrical-coordinate representation of color #B28338: hue angle of 36.89º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B28338 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 131 56 -
CMYK 0 0.26 0.69 0.30
HSL 36.89º 0.52% 0.46% -
HSV(B) 36.89º 0.69% 0.7% -
XYZ 27.19 25.98 7.32 -
YUV 136.5 82.57 157.6 -
System Red Green Blue C M Y K H S L
Decimal 178 131 56 0 0.26 0.69 0.30 36.89 0.52 0.46
Hex B2 83 38 0 1A 45 1E 25 34 2E
Octal 262 203 70 0 32 105 36 45 64 56
Binary 10110010 10000011 111000 0 11010 1000101 11110 100101 110100 101110

Color Harmonies of #B28338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28338

Black with #B28338

Text Example


Text Example

White with #B28338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28338; }

 p { color: rgb(178,131,56); }

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

background-color css

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

 a { background-color: rgb(178,131,56); }

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

border-color css

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

 span { border-color: rgb(178,131,56); }

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