Html Css Color HEX #B28B42 Marigold

📋 copy color: '#B28B42'

red 178 ◦ green 139 ◦ blue 66

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

Shades of Marigold #B28B42

Tints of Marigold #B28B42

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.29%

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

R = 46.48%
G = 36.29%
B = 17.23%

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

#B28B42 (or 0xB28B42) is known color: Marigold. HEX triplet: B2, 8B and 42. RGB value is (178,139,66). Sum of RGB (Red+Green+Blue) = 178+139+66=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28B42 is #4D74BD. Grayscale: #8E8E8E. Windows color (decimal): -5076158 or 4361138. OLE color: 4361138.

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

Color convert

RGB 178 139 66 -
CMYK 0 0.22 0.63 0.30
HSL 39.11º 0.46% 0.48% -
HSV(B) 39.11º 0.63% 0.7% -
XYZ 28.58 28.32 9.12 -
YUV 142.34 84.92 153.44 -
System Red Green Blue C M Y K H S L
Decimal 178 139 66 0 0.22 0.63 0.30 39.11 0.46 0.48
Hex B2 8B 42 0 16 3F 1E 27 2E 30
Octal 262 213 102 0 26 77 36 47 56 60
Binary 10110010 10001011 1000010 0 10110 111111 11110 100111 101110 110000

Color Harmonies of #B28B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28B42

Black with #B28B42

Text Example


Text Example

White with #B28B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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