Html Css Color HEX #B27F3F Marigold

📋 copy color: '#B27F3F'

red 178 ◦ green 127 ◦ blue 63

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

Shades of Marigold #B27F3F

Tints of Marigold #B27F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.12%

R = 48.37%
G = 34.51%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B27F3F (or 0xB27F3F) is known color: Marigold. HEX triplet: B2, 7F and 3F. RGB value is (178,127,63). Sum of RGB (Red+Green+Blue) = 178+127+63=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27F3F is #4D80C0. Grayscale: #878787. Windows color (decimal): -5079233 or 4161458. OLE color: 4161458.

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

Color convert

RGB 178 127 63 -
CMYK 0 0.29 0.65 0.30
HSL 33.39º 0.48% 0.47% -
HSV(B) 33.39º 0.65% 0.7% -
XYZ 26.85 25 8.11 -
YUV 134.95 87.4 158.7 -
System Red Green Blue C M Y K H S L
Decimal 178 127 63 0 0.29 0.65 0.30 33.39 0.48 0.47
Hex B2 7F 3F 0 1D 41 1E 21 30 2F
Octal 262 177 77 0 35 101 36 41 60 57
Binary 10110010 1111111 111111 0 11101 1000001 11110 100001 110000 101111

Color Harmonies of #B27F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27F3F

Black with #B27F3F

Text Example


Text Example

White with #B27F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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