Html Css Color HEX #B68F3E Marigold

📋 copy color: '#B68F3E'

red 182 ◦ green 143 ◦ blue 62

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

Shades of Marigold #B68F3E

Tints of Marigold #B68F3E

RGB

 RED value IS 182 (71.48% from 255) = 47.03%

 GREEN value IS 143 (56.25% from 255) = 36.95%

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

R = 47.03%
G = 36.95%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B68F3E (or 0xB68F3E) is known color: Marigold. HEX triplet: B6, 8F and 3E. RGB value is (182,143,62). Sum of RGB (Red+Green+Blue) = 182+143+62=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 62 (24.61% from 255 or 16.02% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68F3E is #4970C1. Grayscale: #919191. Windows color (decimal): -4812994 or 4100022. OLE color: 4100022.

HSL color Cylindrical-coordinate representation of color #B68F3E: hue angle of 40.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B68F3E is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 143 62 -
CMYK 0 0.21 0.66 0.29
HSL 40.5º 0.49% 0.48% -
HSV(B) 40.5º 0.66% 0.71% -
XYZ 29.98 29.94 8.76 -
YUV 145.43 80.92 154.09 -
System Red Green Blue C M Y K H S L
Decimal 182 143 62 0 0.21 0.66 0.29 40.5 0.49 0.48
Hex B6 8F 3E 0 15 42 1D 28 31 30
Octal 266 217 76 0 25 102 35 50 61 60
Binary 10110110 10001111 111110 0 10101 1000010 11101 101000 110001 110000

Color Harmonies of #B68F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68F3E

Black with #B68F3E

Text Example


Text Example

White with #B68F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68F3E; }

 p { color: rgb(182,143,62); }

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

background-color css

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

 a { background-color: rgb(182,143,62); }

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

border-color css

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

 span { border-color: rgb(182,143,62); }

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