Html Css Color HEX #B27F3E Marigold

📋 copy color: '#B27F3E'

red 178 ◦ green 127 ◦ blue 62

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

Shades of Marigold #B27F3E

Tints of Marigold #B27F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.89%

R = 48.5%
G = 34.6%
B = 16.89%

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

#B27F3E (or 0xB27F3E) is known color: Marigold. HEX triplet: B2, 7F and 3E. RGB value is (178,127,62). Sum of RGB (Red+Green+Blue) = 178+127+62=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27F3E is #4D80C1. Grayscale: #878787. Windows color (decimal): -5079234 or 4095922. OLE color: 4095922.

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

Color convert

RGB 178 127 62 -
CMYK 0 0.29 0.65 0.30
HSL 33.62º 0.48% 0.47% -
HSV(B) 33.62º 0.65% 0.7% -
XYZ 26.82 24.99 7.97 -
YUV 134.84 86.9 158.79 -
System Red Green Blue C M Y K H S L
Decimal 178 127 62 0 0.29 0.65 0.30 33.62 0.48 0.47
Hex B2 7F 3E 0 1D 41 1E 22 30 2F
Octal 262 177 76 0 35 101 36 42 60 57
Binary 10110010 1111111 111110 0 11101 1000001 11110 100010 110000 101111

Color Harmonies of #B27F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27F3E

Black with #B27F3E

Text Example


Text Example

White with #B27F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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