Html Css Color HEX #B28A42 Marigold

📋 copy color: '#B28A42'

red 178 ◦ green 138 ◦ blue 66

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

Shades of Marigold #B28A42

Tints of Marigold #B28A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.28%

R = 46.6%
G = 36.13%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B28A42 (or 0xB28A42) is known color: Marigold. HEX triplet: B2, 8A and 42. RGB value is (178,138,66). Sum of RGB (Red+Green+Blue) = 178+138+66=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28A42 is #4D75BD. Grayscale: #8E8E8E. Windows color (decimal): -5076414 or 4360882. OLE color: 4360882.

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

Color convert

RGB 178 138 66 -
CMYK 0 0.22 0.63 0.30
HSL 38.57º 0.46% 0.48% -
HSV(B) 38.57º 0.63% 0.7% -
XYZ 28.43 28.04 9.07 -
YUV 141.75 85.25 153.85 -
System Red Green Blue C M Y K H S L
Decimal 178 138 66 0 0.22 0.63 0.30 38.57 0.46 0.48
Hex B2 8A 42 0 16 3F 1E 27 2E 30
Octal 262 212 102 0 26 77 36 47 56 60
Binary 10110010 10001010 1000010 0 10110 111111 11110 100111 101110 110000

Color Harmonies of #B28A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28A42

Black with #B28A42

Text Example


Text Example

White with #B28A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28A42; }

 p { color: rgb(178,138,66); }

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

background-color css

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

 a { background-color: rgb(178,138,66); }

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

border-color css

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

 span { border-color: rgb(178,138,66); }

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