Html Css Color HEX #B27F42 Marigold

📋 copy color: '#B27F42'

red 178 ◦ green 127 ◦ blue 66

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

Shades of Marigold #B27F42

Tints of Marigold #B27F42

RGB

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

 GREEN value IS 127 (50% from 255) = 34.23%

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

R = 47.98%
G = 34.23%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B27F42 (or 0xB27F42) is known color: Marigold. HEX triplet: B2, 7F and 42. RGB value is (178,127,66). Sum of RGB (Red+Green+Blue) = 178+127+66=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27F42 is #4D80BD. Grayscale: #878787. Windows color (decimal): -5079230 or 4358066. OLE color: 4358066.

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

Color convert

RGB 178 127 66 -
CMYK 0 0.29 0.63 0.30
HSL 32.68º 0.46% 0.48% -
HSV(B) 32.68º 0.63% 0.7% -
XYZ 26.93 25.04 8.57 -
YUV 135.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 178 127 66 0 0.29 0.63 0.30 32.68 0.46 0.48
Hex B2 7F 42 0 1D 3F 1E 21 2E 30
Octal 262 177 102 0 35 77 36 41 56 60
Binary 10110010 1111111 1000010 0 11101 111111 11110 100001 101110 110000

Color Harmonies of #B27F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27F42

Black with #B27F42

Text Example


Text Example

White with #B27F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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